Home
last modified time | relevance | path

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

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