Searched refs:allocated_buffer_memory (Results 1 – 2 of 2) sorted by relevance
106 if (total_buffer_memory_ - data()->allocated_buffer_memory < size) { in AllocateBuffer()110 static_cast<int>(data()->allocated_buffer_memory), in AllocateBuffer()119 offset_of_buffer_memory_ + data()->allocated_buffer_memory; in AllocateBuffer()120 data()->allocated_buffer_memory += size; in AllocateBuffer()
64 uint32_t allocated_buffer_memory; member