Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/ut/
Dut_HeapBase.cpp375 if ( GetOptionFlag() & OPT_DEBUG_FILL ) in FillFreeMemory()
397 if ( GetOptionFlag() & OPT_DEBUG_FILL ) in FillNoUseMemory()
429 if ( GetOptionFlag() & OPT_DEBUG_FILL ) in FillAllocMemory()
/NW4C-2.0.3/include/nw/ut/
Dut_HeapBase.h67 static const int OPT_DEBUG_FILL = ( 1 << 1 ); // ヒープ作成時・メモリ確保・解放時にメモリ充填 variable