Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_FrameHeap.h39 void* tailAllocator; // フレームヒープの末尾位置 member
45 tailAllocator( NULL ), in HeapState()
/NW4C-2.0.3/sources/libraries/ut/
Dut_FrameHeap.cpp386 pState->tailAllocator = mHeapEnd; in FreeTail()
429 pState->tailAllocator = mTailAllocator; in RecordState()
493 mTailAllocator = pState->tailAllocator; in FreeByState()