Home
last modified time | relevance | path

Searched refs:MEM_MGR_Allocate (Results 1 – 1 of 1) sorted by relevance

/external/srec/portable/src/
Dpmemory_ext.c73 #define MEM_MGR_Allocate(sizeInBytes) PortMalloc(sizeInBytes) macro
267 pMemory = MEM_MGR_Allocate(sizeInBytes); in PortNew()