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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.h22 region of space that supports mspace_malloc, etc.
32 dynamically as needed to service mspace_malloc requests. You can
59 mspace_malloc behaves as malloc, but operates within
62 void* mspace_malloc(mspace msp, size_t bytes);
H A Dqxl_mem.c141 void *addr = mspace_malloc (mem->space, n_bytes);
H A Dmspace.c1761 #define internal_malloc(m, b) mspace_malloc(m, b)
2157 void* mspace_malloc(mspace msp, size_t bytes) { function in typeref:typename:void *
2374 return mspace_malloc(msp, bytes);

Completed in 7 milliseconds