Searched refs:m_alloc (Results 1 – 2 of 2) sorted by relevance
38 m_alloc = [](size_t size) -> Memory { in CommandBufferStagingStream()58 m_alloc = [&allocFn](size_t size) -> Memory { in CommandBufferStagingStream()130 Memory newMemory = m_alloc(size); in CommandBufferStagingStream()171 m_mem = m_alloc(allocSize); in allocBuffer()
97 Alloc m_alloc; variable