Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DMemory.h17 #define malloc(size) stdAlloc(size)
DAllocator.h32 void* stdAlloc(int size);
DAllocator.cpp39 void* stdAlloc(int size) in stdAlloc() function