Searched defs:OSAlloc (Results 1 – 8 of 8) sorted by relevance
128 #define OSAlloc(size) OSAllocFromHeap(__OSCurrHeap, (size)) macro
43 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
46 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
47 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
51 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
42 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro
58 #define OSAlloc(x) ((void*)OSRoundUp32B(malloc((x)+31))) macro