Home
last modified time | relevance | path

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

/external/srec/portable/include/
Dpmalloc.h103 void *(PortMalloc)(psize_t size_arg); variable
/external/srec/portable/src/
Dpmemory_ext.c73 #define MEM_MGR_Allocate(sizeInBytes) PortMalloc(sizeInBytes)
Dpmemfixed.c415 void* PortMalloc(size_t size) in PortMalloc() function
Dpmalloc.c340 void *(PortMalloc)(psize_t size_arg)