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