Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/mem/src/
Dmem_heapCommon.c36 static u32 sFillVals[ MEM_HEAP_FILL_MAX ] = variable
425 u32 oldVal = sFillVals[type]; in MEMSetFillValForHeap()
426 sFillVals[type] = val; in MEMSetFillValForHeap()
449 return sFillVals[ type ]; in MEMGetFillValForHeap()