Lines Matching refs:buffer_address
4227 SlotsBuffer** buffer_address,
4231 SlotsBuffer* buffer = *buffer_address;
4234 allocator->DeallocateChain(buffer_address);
4238 *buffer_address = buffer;
4366 void SlotsBufferAllocator::DeallocateChain(SlotsBuffer** buffer_address) {
4367 SlotsBuffer* buffer = *buffer_address;
4373 *buffer_address = NULL;