Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_alloc.c135 static OSHeapHandle OSi_ExtraHeapHandle = -1; variable
694 if ( OSi_ExtraHeapArenaId != id || OSi_ExtraHeapHandle != heap ) in OS_FreeToHeap()
1012 if ( ! OS_IsRunOnTwl() && OSi_ExtraHeapHandle < 0 ) in OS_CreateExtraHeap()
1036 OSi_ExtraHeapHandle = heap; in OS_CreateExtraHeap()
1093 if ( OSi_ExtraHeapArenaId == id && OSi_ExtraHeapHandle == heap ) in OS_DestroyHeap()
1096 OSi_ExtraHeapHandle = -1; in OS_DestroyHeap()
1215 OSi_ExtraHeapHandle = heap; in OS_AddExtraAreaToHeap()
1298 if ( OSi_ExtraHeapArenaId != id || OSi_ExtraHeapHandle != heap ) in OS_CheckHeap()
1325 if ( OSi_ExtraHeapArenaId != id || OSi_ExtraHeapHandle != heap ) in OS_CheckHeap()
1700 if ( OSi_ExtraHeapArenaId != id || OSi_ExtraHeapHandle != heap ) in OS_ClearHeap()
[all …]