Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/memory_replay/include/memory_trace/
H A DMemoryTrace.h26 MALLOC = 0, enumerator
/aosp_15_r20/bionic/benchmarks/
H A Dmalloc_sql_benchmark.cpp40 MALLOC = 0, enumerator
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_memory.h46 #define MALLOC(_size) os_malloc(_size) macro
/aosp_15_r20/external/mesa3d/src/util/
H A Du_memory.h46 #define MALLOC(_size) os_malloc(_size) macro
/aosp_15_r20/external/fastrpc/src/
H A Dlistener_android.c56 #define MALLOC malloc macro
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h204 #define MALLOC malloc macro
/aosp_15_r20/external/python/cpython3/Python/
Ddtoa.c130 #define MALLOC PyMem_Malloc macro
/aosp_15_r20/external/python/cpython2/Python/
Ddtoa.c125 #define MALLOC PyMem_Malloc macro
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c650 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) macro
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c712 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) macro
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c760 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) macro