Searched refs:OPT_DEBUG_FILL (Results 1 – 2 of 2) sorted by relevance
373 if ( GetOptionFlag() & OPT_DEBUG_FILL ) in FillFreeMemory()395 if ( GetOptionFlag() & OPT_DEBUG_FILL ) in FillNoUseMemory()427 if ( GetOptionFlag() & OPT_DEBUG_FILL ) in FillAllocMemory()
65 static const int OPT_DEBUG_FILL = ( 1 << 1 ); // ヒープ作成時・メモリ確保・解放時にメモリ充填 variable