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

Lines Matching refs:mspace_free

189   this file also defines mspace_malloc, mspace_free, etc. These
209 void tlfree(void* mem) { mspace_free(tlms, mem); }
1327 mspace_free behaves as free, but operates within
1330 If compiled with FOOTERS==1, mspace_free is not actually needed.
1331 free may be called instead of mspace_free because freed chunks from
1334 DLMALLOC_EXPORT void mspace_free(mspace msp, void* mem);
3816 #define internal_free(m, mem) mspace_free(m,mem);
3822 if (m == gm) dlfree(mem); else mspace_free(m,mem);
5638 void mspace_free(mspace msp, void* mem) {
5769 mspace_free(msp, oldmem);
5796 mspace_free(m, oldmem);