Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiDebugAllocInfo Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImGuiDebugAllocInfo:
[legend]

Public Member Functions

 ImGuiDebugAllocInfo ()
 

Public Attributes

int TotalAllocCount
 
int TotalFreeCount
 
ImS16 LastEntriesIdx
 
ImGuiDebugAllocEntry LastEntriesBuf [6]
 

Constructor & Destructor Documentation

◆ ImGuiDebugAllocInfo()

ImGuiDebugAllocInfo::ImGuiDebugAllocInfo ( )
inline

Member Data Documentation

◆ LastEntriesBuf

ImGuiDebugAllocEntry ImGuiDebugAllocInfo::LastEntriesBuf[6]

◆ LastEntriesIdx

ImS16 ImGuiDebugAllocInfo::LastEntriesIdx

◆ TotalAllocCount

int ImGuiDebugAllocInfo::TotalAllocCount

◆ TotalFreeCount

int ImGuiDebugAllocInfo::TotalFreeCount

The documentation for this struct was generated from the following file:
Untitled