Home
last modified time | relevance | path

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

/RvlSDK-3.2/include/revolution/os/
DOSAlloc.h128 #define OSAlloc(size) OSAllocFromHeap(__OSCurrHeap, (size)) macro
/RvlSDK-3.2/build/demos/gddemo/src/
Dgd-matrix-create.c43 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
Dgd-matrix-host.c46 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
Dgd-init-host.c47 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
Dgd-texture-create.c51 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
Dgd-init-create.c42 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
Dgd-texture-host.c47 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
/RvlSDK-3.2/build/libraries/gd/src/
DGDFile.c58 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro