Searched defs:heap (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_alloc.c | 356 void *OS_AllocFromHeap(OSArenaId id, OSHeapHandle heap, u32 size) in OS_AllocFromHeap() 667 void OS_FreeToHeap(OSArenaId id, OSHeapHandle heap, void *ptr) in OS_FreeToHeap() 724 void OS_FreeAllToHeap(OSArenaId id, OSHeapHandle heap) in OS_FreeAllToHeap() 780 OSHeapHandle OS_SetCurrentHeap(OSArenaId id, OSHeapHandle heap) in OS_SetCurrentHeap() 903 OSHeapHandle heap; in OS_CreateHeap() local 988 void OS_DestroyHeap(OSArenaId id, OSHeapHandle heap) in OS_DestroyHeap() 1046 void OS_AddToHeap(OSArenaId id, OSHeapHandle heap, void *start, void *end) in OS_AddToHeap() 1149 s32 OS_CheckHeap(OSArenaId id, OSHeapHandle heap) in OS_CheckHeap() 1274 void OS_DumpHeap(OSArenaId id, OSHeapHandle heap) in OS_DumpHeap() 1366 u32 heap; in OS_VisitAllocated() local [all …]
|
| /TwlSDK-5.1.0/build/demos.TWL/el/simple-1/simple-1_static/src/ |
| D | main.c | 44 void* heap; in MY_Alloc() local
|
| /TwlSDK-5.1.0/build/demos.TWL/el/simple-2/simple-2_static/src/ |
| D | main.c | 46 void* heap; in MY_Alloc() local
|
| /TwlSDK-5.1.0/build/demos/os/heap-1/src/ |
| D | main.c | 140 void DisplayHeap( u32 heap ) in DisplayHeap()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | alloc.h | 250 static inline u32 OS_GetTotalAllocSize(OSArenaId id, OSHeapHandle heap) in OS_GetTotalAllocSize() 266 static inline u32 OS_GetTotalOccupiedSize(OSArenaId id, OSHeapHandle heap) in OS_GetTotalOccupiedSize()
|