ArenaAllocator* GetOutputAllocator2() { static ArenaHost s_arenaHost(_u("For Output::Trace (2)")); return s_arenaHost.GetAllocator(); }
ArenaAllocator* GetOutputAllocator1() { static ArenaHost s_arenaHost(L"For Output::Trace (1)"); return s_arenaHost.GetAllocator(); }