Searched refs:DLOverlap (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_alloc.c | 307 static BOOL DLOverlap(Cell * list, void *start, void *end) in DLOverlap() function 520 if (DLOverlap(hd->allocated, start, end)) in OS_AllocFixed() 933 SDK_ASSERTMSG(!DLOverlap(heapInfo->heapArray[heap].free, start, end), in OS_CreateHeap() 935 SDK_ASSERTMSG(!DLOverlap(heapInfo->heapArray[heap].allocated, start, end), in OS_CreateHeap() 1083 SDK_ASSERTMSG(!DLOverlap(heapInfo->heapArray[i].free, start, end), in OS_AddToHeap() 1085 SDK_ASSERTMSG(!DLOverlap(heapInfo->heapArray[i].allocated, start, end), in OS_AddToHeap()
|