Home
last modified time | relevance | path

Searched refs:OS_CheckHeap (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Dalloc.h198 extern s32 OS_CheckHeap(OSArenaId id, OSHeapHandle heap);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alloc.c1149 s32 OS_CheckHeap(OSArenaId id, OSHeapHandle heap) in OS_CheckHeap() function
1303 SDK_ASSERTMSG(0 <= OS_CheckHeap(id, heap), OS_ERR_DUMPHEAP_BROKENHEAP); in OS_DumpHeap()