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