Lines Matching full:realloc
57 #define dlrealloc realloc
119 allocated using malloc or a related routine such as realloc.
133 realloc(void* p, size_t n)
142 If p is null, realloc is equivalent to malloc.
144 If space is not available, realloc returns null, errno is set (if on
148 space is lopped off and freed if possible. realloc with a size
151 The old unix realloc convention of allowing the last-free'd chunk
152 to be used as an argument to realloc is not supported.
162 realloc if an alternative allocation strategy is needed upon failure
228 number of bytes allocated by malloc, realloc etc., is less than this
241 by malloc, realloc etc., is less than this value. Unlike mallinfo,
339 realloc'ed etc. The elements are guaranteed to be adjacently
389 independently freed, realloc'ed etc. The elements are guaranteed to
487 number of bytes allocated via malloc (or realloc, etc) but not yet