HomeSort by: relevance | last modified time | path
    Searched refs:mspace_malloc (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
mspace.h 22 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);
qxl_mem.c 141 void *addr = mspace_malloc (mem->space, n_bytes);
mspace.c 1761 #define internal_malloc(m, b) mspace_malloc(m, b)
2157 void* mspace_malloc(mspace msp, size_t bytes) { function
2374 return mspace_malloc(msp, bytes);

Completed in 28 milliseconds