Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/ut/
Dut_FrameHeap.cpp412 void* stateHeap = AllocFromHead( sizeof(HeapState), MIN_ALIGNMENT ); in RecordState() local
414 if ( stateHeap == NULL ) in RecordState()
420 HeapState* pState = new( stateHeap ) HeapState; in RecordState()