Home
last modified time | relevance | path

Searched refs:DebugAllocRecord (Results 1 – 1 of 1) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/escape-from-vstgui/include/efvg/
H A Descape_from_vstgui.h84 struct DebugAllocRecord struct
86 DebugAllocRecord() { record("CONSTRUCT"); } in DebugAllocRecord() argument
110 inline std::unordered_map<FakeRefcount *, DebugAllocRecord> *getAllocMap() in getAllocMap() argument
112 static std::unordered_map<FakeRefcount *, DebugAllocRecord> map; in getAllocMap()
135 getAllocMap()->emplace(std::make_pair(this, DebugAllocRecord())); in doDebug()