| /TwlSDK-5.5/include/nitro/os/common/ |
| D | alloc.h | 32 typedef int OSHeapHandle; typedef 35 #define OS_CURRENT_HEAP_HANDLE ((OSHeapHandle)-1) 83 extern OSHeapHandle OS_CreateHeap(OSArenaId id, void *start, void *end); 98 extern OSHeapHandle OS_CreateExtraHeap(OSArenaId id); 113 extern void OS_DestroyHeap(OSArenaId id, OSHeapHandle heap); 129 extern void OS_AddToHeap(OSArenaId id, OSHeapHandle heap, void *start, void *end); 144 void OS_AddExtraAreaToHeap(OSArenaId id, OSHeapHandle heap); 159 extern OSHeapHandle OS_SetCurrentHeap(OSArenaId id, OSHeapHandle heap); 174 extern void *OS_AllocFromHeap(OSArenaId id, OSHeapHandle heap, u32 size); 205 extern void OS_FreeToHeap(OSArenaId id, OSHeapHandle heap, void *ptr); [all …]
|
| /TwlSDK-5.5/build/libraries/os/common/src/ |
| D | os_alloc.c | 135 static OSHeapHandle OSi_ExtraHeapHandle = -1; 143 volatile OSHeapHandle currentHeap; 360 void *OS_AllocFromHeap(OSArenaId id, OSHeapHandle heap, u32 size) in OS_AllocFromHeap() 497 OSHeapHandle i; // heap iterator in OS_AllocFixed() 673 void OS_FreeToHeap(OSArenaId id, OSHeapHandle heap, void *ptr) in OS_FreeToHeap() 737 void OS_FreeAllToHeap(OSArenaId id, OSHeapHandle heap) in OS_FreeAllToHeap() 793 OSHeapHandle OS_SetCurrentHeap(OSArenaId id, OSHeapHandle heap) in OS_SetCurrentHeap() 796 OSHeapHandle prev; in OS_SetCurrentHeap() 834 OSHeapHandle i; in OS_InitAlloc() 911 OSHeapHandle OS_CreateHeap(OSArenaId id, void *start, void *end) in OS_CreateHeap() [all …]
|
| /TwlSDK-5.5/build/demos/os/heap-1/src/ |
| D | main.c | 34 OSHeapHandle handle1; 35 OSHeapHandle handle2;
|
| /TwlSDK-5.5/build/demos/wvr/switchover/src/ |
| D | main.c | 38 OSHeapHandle hh; in InitializeAllocateSystem()
|
| /TwlSDK-5.5/build/demos/wxc/wxc-dataShare/common/src/ |
| D | common.c | 77 OSHeapHandle hh; in InitAllocateSystem()
|
| /TwlSDK-5.5/build/demos/mb/multiboot-Model/common/src/ |
| D | common.c | 124 OSHeapHandle hh; in InitAllocateSystem()
|
| /TwlSDK-5.5/build/demos/mb/fake_child/common/src/ |
| D | common.c | 128 OSHeapHandle hh; in InitAllocateSystem()
|
| /TwlSDK-5.5/build/demos/mb/cloneboot/src/ |
| D | common.c | 125 OSHeapHandle hh; in InitAllocateSystem()
|
| /TwlSDK-5.5/build/demos/os/cplusplus-1/src/ |
| D | new.cpp | 4 #define HEAP_ID ((OSHeapHandle)0)
|
| /TwlSDK-5.5/build/demos/wvr/with_mb/common/src/ |
| D | common.c | 130 OSHeapHandle hh; in InitAllocateSystem()
|
| /TwlSDK-5.5/build/demos/mb/multiboot-PowerSave/src/ |
| D | main.c | 84 OSHeapHandle hh; in NitroMain()
|
| /TwlSDK-5.5/build/demos/mb/mbm/src/ |
| D | main.c | 70 OSHeapHandle heapHandle; // Heap handle in NitroMain()
|
| /TwlSDK-5.5/build/demos.TWL/nandApp/sharedFont/src/ |
| D | main.c | 181 OSHeapHandle hHeap; in InitAllocSystem()
|
| /TwlSDK-5.5/build/demos.TWL/nandApp/simple/src/ |
| D | main.c | 160 OSHeapHandle hHeap; in InitAllocSystem()
|
| /TwlSDK-5.5/build/demos.TWL/el/simple-1/simple-1_static/src/ |
| D | main.c | 104 OSHeapHandle hh; in TwlMain()
|
| /TwlSDK-5.5/build/demos/mi/uncompressBLZ/src/ |
| D | main.c | 26 OSHeapHandle hh; in InitAlloc()
|
| /TwlSDK-5.5/build/demos.TWL/os/os_jump/src/ |
| D | main.c | 202 OSHeapHandle hh; in InitHeap()
|
| /TwlSDK-5.5/build/demos.TWL/el/simple-2/simple-2_static/src/ |
| D | main.c | 107 OSHeapHandle hh; in TwlMain()
|
| /TwlSDK-5.5/build/demos/fs/file-3/src/ |
| D | main.c | 50 OSHeapHandle hh; in NitroMain()
|
| /TwlSDK-5.5/build/demos/wxc/relayStation-2/src/ |
| D | main.c | 84 OSHeapHandle hh; in InitializeAllocateSystem()
|
| /TwlSDK-5.5/build/demos/math/qsort/src/ |
| D | main.c | 92 OSHeapHandle hh; in InitializeAllocateSystem()
|
| /TwlSDK-5.5/build/demos/fs/file-2/src/ |
| D | main.c | 85 OSHeapHandle hh; in NitroMain()
|
| /TwlSDK-5.5/build/demos/crypto/sign-1/src/ |
| D | main.c | 148 OSHeapHandle hh; in InitializeAllocateSystem()
|
| /TwlSDK-5.5/build/demos.TWL/aes/encrypt/src/ |
| D | main.c | 333 OSHeapHandle hHeap; in DEMO_InitAllocSystem()
|
| /TwlSDK-5.5/build/demos/fs/async/src/ |
| D | main.c | 146 OSHeapHandle hh; in NitroMain()
|