Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/mem/
DexpHeap.h143 u16 optFlag );
255 #define MEMCheckExpHeap( heap, optFlag ) (TRUE) argument
256 #define MEMCheckForMBlockExpHeap( memBlock, heap, optFlag ) (TRUE) argument
261 BOOL MEMCheckExpHeap( MEMHeapHandle heap, u32 optFlag );
266 u32 optFlag );
DunitHeap.h78 u16 optFlag );
DframeHeap.h84 u16 optFlag );
DheapCommon.h113 u32 optFlag : 8; // Option flag. member
/RvlSDK-3.3/build/libraries/mem/include/
DheapCommoni.h81 u16 optFlag );
175 return (u16)pHeapHd->attribute.fields.optFlag; in GetOptForHeap()
191 u16 optFlag in SetOptForHeap() argument
194 pHeapHd->attribute.fields.optFlag = (u8)optFlag; in SetOptForHeap()
/RvlSDK-3.3/build/libraries/mem/src/
Dmem_expHeap.c567 u16 optFlag in InitExpHeap_() argument
578 optFlag ); in InitExpHeap_()
1314 u16 optFlag in MEMCreateExpHeapEx() argument
1333 MEMiHeapHead* pHeapHd = InitExpHeap_( startAddress, endAddress, optFlag ); in MEMCreateExpHeapEx()
2003 u32 optFlag in MEMCheckExpHeap() argument
2006 const BOOL bPrint = 0 != (optFlag & MEM_HEAP_ERROR_PRINT); in MEMCheckExpHeap()
2026 if ( ! CheckUsedMBlock_(pMBHead, pHeapHd, optFlag) in MEMCheckExpHeap()
2027 …|| ! CheckMBlockPrevPtr_(pMBHead, pMBHeadPrev, optFlag) // Is the pointer to the previous block … in MEMCheckExpHeap()
2038 …if ( ! CheckMBlockLinkTail_(pMBHeadPrev, pExpHeapHd->mbUsedList.tail, "tail", optFlag)) // Is the… in MEMCheckExpHeap()
2049 if ( ! CheckFreeMBlock_(pMBHead, pHeapHd, optFlag) in MEMCheckExpHeap()
[all …]
Dmem_frameHeap.c101 u16 optFlag in InitFrameHeap_() argument
112 optFlag ); in InitFrameHeap_()
403 u16 optFlag in MEMCreateFrmHeapEx() argument
421 MEMiHeapHead* pHHead = InitFrameHeap_( startAddress, endAddress, optFlag ); in MEMCreateFrmHeapEx()
Dmem_unitHeap.c183 u16 optFlag in MEMCreateUnitHeapEx() argument
228 optFlag ); in MEMCreateUnitHeapEx()
Dmem_heapCommon.c208 u16 optFlag in MEMiInitHeapHead() argument
218 SetOptForHeap( pHeapHd, optFlag ); in MEMiInitHeapHead()