コード例 #1
0
ファイル: ConfigParser.cpp プロジェクト: Rastaban/ChakraCore
ArenaAllocator* GetOutputAllocator2()
{
    static ArenaHost s_arenaHost(_u("For Output::Trace (2)"));
    return s_arenaHost.GetAllocator();
}
コード例 #2
0
ファイル: ConfigParser.cpp プロジェクト: Cellule/ChakraCore
ArenaAllocator* GetOutputAllocator1()
{
    static ArenaHost s_arenaHost(L"For Output::Trace (1)");
    return s_arenaHost.GetAllocator();
}