Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_FrameHeap.h37 void* tailAllocator; // フレームヒープの末尾位置 member
43 tailAllocator( NULL ), in HeapState()
/NW4C-1.2.23/sources/libraries/ut/
Dut_FrameHeap.cpp384 pState->tailAllocator = mHeapEnd; in FreeTail()
427 pState->tailAllocator = mTailAllocator; in RecordState()
491 mTailAllocator = pState->tailAllocator; in FreeByState()