Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:mspace_realloc

1337   mspace_realloc behaves as realloc, but operates within
1340 If compiled with FOOTERS==1, mspace_realloc is not actually
1341 needed. realloc may be called instead of mspace_realloc because
1345 DLMALLOC_EXPORT void* mspace_realloc(mspace msp, void* mem, size_t newsize);
5759 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) {