Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_HeapBase.h66 static const int OPT_0_CLEAR = ( 1 << 0 ); // メモリ確保時に、メモリをゼロクリア variable
/NW4C-2.0.3/sources/libraries/ut/
Dut_HeapBase.cpp419 if ( GetOptionFlag() & OPT_0_CLEAR ) in FillAllocMemory()