Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alloc.c360 void *OS_AllocFromHeap(OSArenaId id, OSHeapHandle heap, u32 size) in OS_AllocFromHeap()
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()
914 OSHeapHandle heap; in OS_CreateHeap() local
1000 OSHeapHandle heap; in OS_CreateExtraHeap() local
1062 void OS_DestroyHeap(OSArenaId id, OSHeapHandle heap) in OS_DestroyHeap()
1128 void OS_AddToHeap(OSArenaId id, OSHeapHandle heap, void *start, void *end) in OS_AddToHeap()
1207 void OS_AddExtraAreaToHeap(OSArenaId id, OSHeapHandle heap) in OS_AddExtraAreaToHeap()
1265 s32 OS_CheckHeap(OSArenaId id, OSHeapHandle heap) in OS_CheckHeap()
[all …]
/TwlSDK-5.4/build/demos.TWL/el/simple-1/simple-1_static/src/
Dmain.c44 void* heap; in MY_Alloc() local
/TwlSDK-5.4/build/demos.TWL/el/simple-2/simple-2_static/src/
Dmain.c46 void* heap; in MY_Alloc() local
/TwlSDK-5.4/build/demos/os/heap-1/src/
Dmain.c140 void DisplayHeap( u32 heap ) in DisplayHeap()
/TwlSDK-5.4/include/nitro/os/common/
Dalloc.h282 static inline u32 OS_GetTotalAllocSize(OSArenaId id, OSHeapHandle heap) in OS_GetTotalAllocSize()
298 static inline u32 OS_GetTotalOccupiedSize(OSArenaId id, OSHeapHandle heap) in OS_GetTotalOccupiedSize()