Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/mem/src/
Dmem_heapCommon.c36 static u32 sFillVals[ MEM_HEAP_FILL_MAX ] = variable
394 u32 oldVal = sFillVals[type]; in MEMSetFillValForHeap()
395 sFillVals[type] = val; in MEMSetFillValForHeap()
418 return sFillVals[ type ]; in MEMGetFillValForHeap()