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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c1761 #define internal_malloc(m, b) mspace_malloc(m, b) macro
2033 void* newmem = internal_malloc(m, bytes);
2049 return internal_malloc(m, bytes);
2066 char* mem = (char*)internal_malloc(m, req);
2366 mem = internal_malloc(ms, req);

Completed in 5 milliseconds