MCPcopy Create free account
hub / github.com/comaps/comaps / RemoveDeallocated

Method RemoveDeallocated

libs/drape/utils/gpu_mem_tracker.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void GPUMemTracker::RemoveDeallocated(std::string const & tag, uint32_t id)
87{
88 std::lock_guard<std::mutex> g(m_mutex);
89 m_memTracker.erase(make_pair(tag, id));
90}
91
92void GPUMemTracker::TrackAverageAllocation(uint64_t hash, uint64_t size)
93{

Callers 3

~GPUBufferMethod · 0.80
ResizeMethod · 0.80
~HWTextureMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected