Home
last modified time | relevance | path

Searched refs:OSHeapHandle (Results 1 – 11 of 11) sorted by relevance

/RvlSDK-3.2.2/include/revolution/os/
DOSAlloc.h72 typedef int OSHeapHandle; typedef
82 OSHeapHandle OSCreateHeap(
86 OSHeapHandle heap);
88 OSHeapHandle heap,
92 OSHeapHandle OSSetCurrentHeap(
93 OSHeapHandle heap);
96 OSHeapHandle heap,
102 OSHeapHandle heap,
106 OSHeapHandle heap);
108 OSHeapHandle heap);
[all …]
/RvlSDK-3.2.2/build/libraries/os/src/
DOSAlloc.c153 volatile OSHeapHandle __OSCurrHeap = -1;
338 void* OSAllocFromHeap(OSHeapHandle heap, u32 size) in OSAllocFromHeap()
441 OSHeapHandle i; // heap iterator in OSAllocFixed()
584 void OSFreeToHeap(OSHeapHandle heap, void* ptr) in OSFreeToHeap()
627 OSHeapHandle OSSetCurrentHeap(OSHeapHandle heap) in OSSetCurrentHeap()
629 OSHeapHandle prev; in OSSetCurrentHeap()
657 OSHeapHandle i; in OSInitAlloc()
711 OSHeapHandle OSCreateHeap(void* start, void* end) in OSCreateHeap()
713 OSHeapHandle heap; in OSCreateHeap()
787 void OSDestroyHeap(OSHeapHandle heap) in OSDestroyHeap()
[all …]
/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_allocator.c194 OSHeapHandle const heap = (int)pAllocator->pHeap; in AllocatorAllocForOSHeap_()
214 OSHeapHandle const heap = (int)pAllocator->pHeap; in AllocatorFreeForOSHeap_()
380 OSHeapHandle heap in MEMInitAllocatorForOSHeap()
/RvlSDK-3.2.2/build/demos/osdemo/src/
Dallocdemo2-oneheap.c40 OSHeapHandle TheHeap;
Dallocdemo3-multipleheaps.c44 OSHeapHandle Heap1, Heap2;
/RvlSDK-3.2.2/include/revolution/mem/
Dallocator.h72 void MEMInitAllocatorForOSHeap ( MEMAllocator* pAllocator, OSHeapHandle heap );
/RvlSDK-3.2.2/build/demos/memdemo/src/
Dallocator.c94 OSHeapHandle hOSHeap = OSCreateHeap( arenaLo + HEAP_SIZE * 3, arenaLo + HEAP_SIZE * 4 ); in main()
/RvlSDK-3.2.2/build/demos/kpadOlddemo/src/
Dmain.c60 OSHeapHandle heap ; in init_memory()
/RvlSDK-3.2.2/build/demos/kpaddemo/src/
Dmain.c74 OSHeapHandle heap ; in init_memory()
Dswing.c60 OSHeapHandle heap ; in init_memory()
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOInit.c311 OSHeapHandle heapHandle; in DEMOConfigureMem()