Searched refs:m_realloc (Results 1 – 2 of 2) sorted by relevance
45 m_realloc = [](const Memory& mem, size_t size) -> Memory { in CommandBufferStagingStream()98 m_realloc = [this](const Memory& mem, size_t size) -> Memory { in CommandBufferStagingStream()182 m_mem = m_realloc(m_mem, newAllocSize); in allocBuffer()
106 Realloc m_realloc; variable