Searched refs:optFlag (Results 1 – 9 of 9) sorted by relevance
| /RvlSDK-3.1.4/include/revolution/mem/ |
| D | expHeap.h | 143 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 );
|
| D | unitHeap.h | 79 u16 optFlag );
|
| D | frameHeap.h | 85 u16 optFlag );
|
| D | heapCommon.h | 115 u32 optFlag : 8; // Option flag. member
|
| /RvlSDK-3.1.4/build/libraries/mem/include/ |
| D | heapCommoni.h | 81 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/ |
| D | mem_expHeap.c | 567 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 …]
|
| D | mem_frameHeap.c | 101 u16 optFlag in InitFrameHeap_() argument 112 optFlag ); in InitFrameHeap_() 403 u16 optFlag in MEMCreateFrmHeapEx() argument 421 MEMiHeapHead* pHHead = InitFrameHeap_( startAddress, endAddress, optFlag ); in MEMCreateFrmHeapEx()
|
| D | mem_unitHeap.c | 183 u16 optFlag in MEMCreateUnitHeapEx() argument 228 optFlag ); in MEMCreateUnitHeapEx()
|
| D | mem_heapCommon.c | 208 u16 optFlag in MEMiInitHeapHead() argument 218 SetOptForHeap( pHeapHd, optFlag ); in MEMiInitHeapHead()
|