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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.h65 mspace_free behaves as free, but operates within
68 If compiled with FOOTERS==1, mspace_free is not actually needed.
69 free may be called instead of mspace_free because freed chunks from
72 void mspace_free(mspace msp, void* mem);
H A Dqxl_mem.c160 mspace_free (mem->space, d);
H A Dmspace.c1762 #define internal_free(m, mem) mspace_free(m,mem);
2271 void mspace_free(mspace msp, void* mem) { function in typeref:typename:void
2377 mspace_free(msp, oldmem);

Completed in 6 milliseconds