Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/mem/src/
Dmem_expHeap.c349 GetAllocMode_( MEMiExpHeapHead* pEHHead ) in GetAllocMode_() function
704 const BOOL bAllocFirst = GetAllocMode_(pExpHeapHd) == MEM_EXPHEAP_ALLOC_MODE_FIRST; in AllocFromHead_()
769 const BOOL bAllocFirst = GetAllocMode_(pExpHeapHd) == MEM_EXPHEAP_ALLOC_MODE_FIRST; in AllocFromTail_()
1703 beforeMode = GetAllocMode_(pEHHead); in MEMSetAllocModeForExpHeap()
1724 return GetAllocMode_(GetExpHeapHeadPtrFromHandle_(heap)); in MEMGetAllocModeForExpHeap()