== Quote from Alix Pexton (alix.dot.pex...@gmail.dot.com)'s article
> On 23/09/2011 13:22, dsimcha wrote:
> > resize() will be changed to:
> >
> > size_t resize(void* ptr, size_t minBytes, size_t nBytes);
> >
> > where minBytes is the minimum amount to declare success and nBytes is
> > the desired amount.
> and the value returned is the new size, which will always be between
> minBytes and nBytes?
> A...

...or zero on failure, similar to GC.extend.

Reply via email to