Home | History | Annotate | Download | only in bionic

Lines Matching full:realloc

42 #define dlrealloc              realloc
87 allocated using malloc or a related routine such as realloc.
101 realloc(void* p, size_t n)
110 If p is null, realloc is equivalent to malloc.
112 If space is not available, realloc returns null, errno is set (if on
116 space is lopped off and freed if possible. realloc with a size
119 The old unix realloc convention of allowing the last-free'd chunk
120 to be used as an argument to realloc is not supported.
172 number of bytes allocated by malloc, realloc etc., is less than this
217 by malloc, realloc etc., is less than this value. Unlike mallinfo,
278 realloc'ed etc. The elements are guaranteed to be adjacently
331 independently freed, realloc'ed etc. The elements are guaranteed to
464 number of bytes allocated via malloc (or realloc, etc) but not yet
539 mspace_realloc behaves as realloc, but operates within
543 needed. realloc may be called instead of mspace_realloc because
558 malloc or a related routine such as realloc. If either mema or memb