Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/ut/
Dut_FrameHeap.cpp410 void* stateHeap = AllocFromHead( sizeof(HeapState), MIN_ALIGNMENT ); in RecordState() local
412 if ( stateHeap == NULL ) in RecordState()
418 HeapState* pState = new( stateHeap ) HeapState; in RecordState()