Lines Matching refs:buffer_address
4010 SlotsBuffer** buffer_address,
4014 SlotsBuffer* buffer = *buffer_address;
4017 allocator->DeallocateChain(buffer_address);
4021 *buffer_address = buffer;
4133 void SlotsBufferAllocator::DeallocateChain(SlotsBuffer** buffer_address) {
4134 SlotsBuffer* buffer = *buffer_address;
4140 *buffer_address = NULL;