Searched refs:InRange (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.4/build/libraries/os/common/src/ |
| D | os_alloc.c | 88 #define InRange(targ, a, b) \ macro 565 …if (InRange(cell, (char *)start - HEADERSIZE, end) && InRange((char *)cellEnd, start, (char *)end … in OS_AllocFixed() 582 if (InRange(cell, (char *)start - HEADERSIZE, end)) in OS_AllocFixed() 616 if (InRange((char *)cellEnd, start, (char *)end + MINOBJSIZE)) in OS_AllocFixed() 697 …SDK_TASSERTMSG(InRange(ptr, (char *)heapInfo->arenaStart + HEADERSIZE, (char *)heapInfo->arenaEnd)… in OS_FreeToHeap() 1301 OSi_CHECK(InRange(cell, heapInfo->arenaStart, heapInfo->arenaEnd)); in OS_CheckHeap() 1328 OSi_CHECK(InRange(cell, heapInfo->arenaStart, heapInfo->arenaEnd)); in OS_CheckHeap() 1384 …SDK_TASSERTMSG(InRange(ptr, (char *)heapInfo->arenaStart + HEADERSIZE, (char *)heapInfo->arenaEnd)… in OS_ReferentSize()
|