struct ImGuiDebugAllocEntry

Overview

#include <imgui_internal.h>

struct ImGuiDebugAllocEntry
{
    // fields

    int FrameCount;
    ImS16 AllocCount;
    ImS16 FreeCount;
};