[interfacekit] Re: BString patch suggestion and some questions, too

> Is that true? You can store more information a similar way as it is already 
> done with the length -- in space allocated before the currently exposed data. 

Unfortunately, there are two inline functions (String() and Length()) that 
assume that the first 4 bytes are reserved for the length, and then there's the 
real string.
So, no way :)

> 
> Whether you free() it or realloc() it shouldn't really matter, I suspect.

Yeah, I realized that :)



Other related posts: