Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_expHeap.c1113 CheckMBlockLinkTail_( in CheckMBlockLinkTail_() function
2038 …if ( ! CheckMBlockLinkTail_(pMBHeadPrev, pExpHeapHd->mbUsedList.tail, "tail", optFlag)) // Is the… in MEMCheckExpHeap()
2061 …if ( ! CheckMBlockLinkTail_(pMBHeadPrev, pExpHeapHd->mbFreeList.tail, "tail", optFlag) ) // Is th… in MEMCheckExpHeap()
2131 …if ( ! CheckMBlockLinkTail_(pMBHead, GetExpHeapHeadPtrFromHeapHead_(pHeapHd)->mbUsedList.head, "he… in MEMCheckForMBlockExpHeap()
2152 …if ( ! CheckMBlockLinkTail_(pMBHead, GetExpHeapHeadPtrFromHeapHead_(pHeapHd)->mbUsedList.tail, "ta… in MEMCheckForMBlockExpHeap()