Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_expHeap.c349 GetAllocMode_( MEMiExpHeapHead* pEHHead ) in GetAllocMode_() function
706 const BOOL bAllocFirst = GetAllocMode_(pExpHeapHd) == MEM_EXPHEAP_ALLOC_MODE_FIRST; in AllocFromHead_()
771 const BOOL bAllocFirst = GetAllocMode_(pExpHeapHd) == MEM_EXPHEAP_ALLOC_MODE_FIRST; in AllocFromTail_()
1715 beforeMode = GetAllocMode_(pEHHead); in MEMSetAllocModeForExpHeap()
1736 return GetAllocMode_(GetExpHeapHeadPtrFromHandle_(heap)); in MEMGetAllocModeForExpHeap()