template struct Core::DebugInfoTable

#include <coremalloc.win.h>

template <int size>
struct DebugInfoTable
{
    // fields

    DebugInfoList table[size];

    // methods

    CStringPtr getFilename(CStringPtr filename);
};