Searched refs:optFlag (Results 1 – 9 of 9) sorted by relevance
| /RvlSDK-3.3/include/revolution/mem/ |
| D | expHeap.h | 143 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 );
|
| D | unitHeap.h | 78 u16 optFlag );
|
| D | frameHeap.h | 84 u16 optFlag );
|
| D | heapCommon.h | 113 u32 optFlag : 8; // Option flag. member
|
| /RvlSDK-3.3/build/libraries/mem/include/ |
| D | heapCommoni.h | 81 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/ |
| D | mem_expHeap.c | 567 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 …]
|
| 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()
|