Home | History | Annotate | Download | only in src

Lines Matching refs:mspace_realloc

1051   mspace_realloc behaves as realloc, but operates within
1054 If compiled with FOOTERS==1, mspace_realloc is not actually
1055 needed. realloc may be called instead of mspace_realloc because
1059 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
4711 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) {