Home
last modified time | relevance | path

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

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