Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

binbuf autogrow #29

Closed
wants to merge 3 commits into from
Closed

binbuf autogrow #29

wants to merge 3 commits into from

Conversation

dojiong
Copy link
Contributor

@dojiong dojiong commented Aug 18, 2014

No description provided.

@lxyu lxyu closed this in 55d04c5 Aug 19, 2014
@@ -27,6 +27,24 @@ cdef class Buffer(object):
self.cur = 0
self.data_size = 0

cdef int grow(self, int min_size):
if min_size <= self.buf_size:
return
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi, merged as return 0 in 55d04c5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants