Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/mem/
DframeHeap.h102 u32 MEMGetAllocatableSizeForFrmHeapEx( MEMHeapHandle heap, int alignment );
177 return MEMGetAllocatableSizeForFrmHeapEx( heap, MEM_HEAP_DEFAULT_ALIGNMENT ); in MEMGetAllocatableSizeForFrmHeap()
/CafeSDK-2.12.13-1/system/include/windows/
Dmem.h44 #define MEMGetAllocatableSizeForFrmHeapEx(heap, alignment) 0x2000000 //32MB, not sure what to say macro
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c797 u32 uMEM1Size = MEMGetAllocatableSizeForFrmHeapEx(hMEM1,4); in DEMOGfxMem1HeapInit()
838 u32 uMEMFgSize = MEMGetAllocatableSizeForFrmHeapEx(hMEMFg,4); in DEMOGfxBucketHeapInit()