Searched refs:mspace_realloc (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1364 mspace_realloc behaves as realloc, but operates within
1367 If compiled with FOOTERS==1, mspace_realloc is not actually
1368 needed. realloc may be called instead of mspace_realloc because
1372 DLMALLOC_EXPORT void* mspace_realloc(mspace msp, void* mem, size_t newsize);
5795 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { function

Completed in 50 milliseconds