MCPcopy Create free account
hub / github.com/RIPmr/MoonEngine / GcCompactTransientWindowBuffers

Method GcCompactTransientWindowBuffers

ToyBox/imgui/imgui.cpp:3033–3045  ·  view source on GitHub ↗

Free up/compact internal window buffers, we can use this when a window becomes unused. This is currently unused by the library, but you may call this yourself for easy GC. Not freed: - ImGuiWindow, ImGuiWindowSettings, Name - StateStorage, ColumnsStorage (may hold useful data) This should have no noticeable visual effect. When the window reappear however, expect new allocation/buffer growth/copy c

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
ClearFreeMemoryMethod · 0.45

Tested by

no test coverage detected