Home | History | Annotate | Download | only in src

Lines Matching refs:next_buffer

4123 SlotsBuffer* SlotsBufferAllocator::AllocateBuffer(SlotsBuffer* next_buffer) {
4124 return new SlotsBuffer(next_buffer);
4136 SlotsBuffer* next_buffer = buffer->next();
4138 buffer = next_buffer;