MCPcopy Create free account
hub / github.com/comaps/comaps / ~CPUBuffer

Method ~CPUBuffer

libs/drape/cpu_buffer.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18CPUBuffer::~CPUBuffer()
19{
20 m_memoryCursor = nullptr;
21 SharedBufferManager::instance().freeSharedBuffer(m_memory->size(), m_memory);
22}
23
24void CPUBuffer::UploadData(void const * data, uint32_t elementCount)
25{

Callers

nothing calls this directly

Calls 2

freeSharedBufferMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected