MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / GcCompactTransientWindowBuffers

Method GcCompactTransientWindowBuffers

CPPScripts/External/ImGui/imgui.cpp:4357–4367  ·  view source on GitHub ↗

Free up/compact internal window buffers, we can use this when a window becomes unused. 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 cost.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_ClearFreeMemoryMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected