Searched refs:stdAlloc (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ | ||
| D | Memory.h | 17 #define malloc(size) stdAlloc(size) |
| D | Allocator.h | 32 void* stdAlloc(int size); |
| D | Allocator.cpp | 39 void* stdAlloc(int size) in stdAlloc() function |