Home
last modified time | relevance | path

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

/RvlSDK-2.1/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_()
1702 beforeMode = GetAllocMode_(pEHHead); in MEMSetAllocModeForExpHeap()
1723 return GetAllocMode_(GetExpHeapHeadPtrFromHandle_(heap)); in MEMGetAllocModeForExpHeap()