struct ImGuiDebugAllocInfo

Overview

#include <imgui_internal.h>

struct ImGuiDebugAllocInfo
{
    // fields

    int TotalAllocCount;
    int TotalFreeCount;
    ImS16 LastEntriesIdx;
    ImGuiDebugAllocEntry LastEntriesBuf[6];
};