Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/include/revolution/mem/
DexpHeap.h143 u16 optFlag );
254 #define MEMCheckExpHeap( heap, optFlag ) (TRUE) argument
255 #define MEMCheckForMBlockExpHeap( memBlock, heap, optFlag ) (TRUE) argument
260 BOOL MEMCheckExpHeap( MEMHeapHandle heap, u32 optFlag );
265 u32 optFlag );
DunitHeap.h79 u16 optFlag );
DframeHeap.h85 u16 optFlag );
DheapCommon.h115 u32 optFlag : 8; // Option flag. member
/RvlSDK-3.1.4/build/libraries/mem/include/
DheapCommoni.h81 u16 optFlag );
161 return (u16)pHeapHd->attribute.fields.optFlag; in GetOptForHeap()
177 u16 optFlag in SetOptForHeap() argument
180 pHeapHd->attribute.fields.optFlag = (u8)optFlag; in SetOptForHeap()
/RvlSDK-3.1.4/build/libraries/mem/src/
Dmem_expHeap.c567 u16 optFlag in InitExpHeap_() argument
578 optFlag ); in InitExpHeap_()
1303 u16 optFlag in MEMCreateExpHeapEx() argument
1322 MEMiHeapHead* pHeapHd = InitExpHeap_( startAddress, endAddress, optFlag ); in MEMCreateExpHeapEx()
1957 u32 optFlag in MEMCheckExpHeap() argument
1960 const BOOL bPrint = 0 != (optFlag & MEM_HEAP_ERROR_PRINT); in MEMCheckExpHeap()
1980 if ( ! CheckUsedMBlock_(pMBHead, pHeapHd, optFlag) in MEMCheckExpHeap()
1981 …|| ! CheckMBlockPrevPtr_(pMBHead, pMBHeadPrev, optFlag) // Is the pointer to the previous block … in MEMCheckExpHeap()
1992 …if ( ! CheckMBlockLinkTail_(pMBHeadPrev, pExpHeapHd->mbUsedList.tail, "tail", optFlag)) // Is the… in MEMCheckExpHeap()
2003 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()