Home
last modified time | relevance | path

Searched defs:MALLOC (Results 1 – 10 of 10) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_memory.h48 #define MALLOC(_size) os_malloc(_size) macro
/external/mesa3d/src/util/
Du_memory.h46 #define MALLOC(_size) os_malloc(_size) macro
/external/usrsctp/usrsctplib/
Duser_malloc.h195 #define MALLOC(space, cast, size, type, flags) \ macro
/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c315 #define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x)) macro
/external/fastrpc/src/
Dlistener_android.c56 #define MALLOC malloc macro
/external/python/cpython3/Python/
Ddtoa.c129 #define MALLOC PyMem_Malloc macro
/external/python/cpython2/Python/
Ddtoa.c125 #define MALLOC PyMem_Malloc macro
/external/expat/lib/
Dxmlparse.c620 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) macro
/external/python/cpython3/Modules/expat/
Dxmlparse.c619 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) macro
/external/python/cpython2/Modules/expat/
Dxmlparse.c650 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) macro