Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
DStrGather.h25 #define MALLOC(size) malloc (size) macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStrGather.h25 #define MALLOC(size) malloc (size) macro
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h211 #define MALLOC malloc macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c125 #define MALLOC PyMem_Malloc macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c125 #define MALLOC PyMem_Malloc macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c551 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c551 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c562 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro