Home | History | Annotate | Download | only in mpreal

Lines Matching refs:mspace_free

179   this file also defines mspace_malloc, mspace_free, etc. These

199 void tlfree(void* mem) { mspace_free(tlms, mem); }
1178 mspace_free behaves as free, but operates within
1181 If compiled with FOOTERS==1, mspace_free is not actually needed.
1182 free may be called instead of mspace_free because freed chunks from
1185 void mspace_free(mspace msp, void* mem);
3643 #define internal_free(m, mem) mspace_free(m,mem);
3649 if (m == gm) dlfree(mem); else mspace_free(m,mem);
5164 void mspace_free(mspace msp, void* mem) {
5290 mspace_free(msp, oldmem);