Home
last modified time | relevance | path

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

/external/srec/portable/include/
Dpmemory.h64 #define MALLOC(n, tag) malloc(n) macro
101 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes, tag, L(__FILE__), __LINE__)) macro
106 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes)) macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_memory.h48 #define MALLOC(_size) os_malloc(_size) macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_memory.h48 #define MALLOC(_size) os_malloc(_size) macro
/external/mesa3d/src/mesa/main/
Dimports.h53 #define MALLOC(BYTES) malloc(BYTES) macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h53 #define MALLOC(BYTES) malloc(BYTES) macro
/external/valgrind/unittest/
Dposix_tests.cc253 int *MALLOC; variable
/external/chromium/base/third_party/dmg_fp/
Ddtoa.cc221 #define MALLOC malloc macro
/external/chromium_org/base/third_party/dmg_fp/
Ddtoa.cc227 #define MALLOC malloc macro
/external/expat/lib/
Dxmlparse.c562 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp5218 int *MALLOC; variable