struct Core::DebugInfoList

#include <coremalloc.win.h>

struct DebugInfoList
{
    // fields

    DebugInfo* head;

    // methods

    DebugInfo* lookup(CStringPtr filename);
    DebugInfo* prepend(CStringPtr filename);
};