Searched refs:top_chunk (Results 1 – 1 of 1) sorted by relevance
397 Chunk* top_chunk = chunk_.Value(); in Insert() local398 if (!top_chunk) { in Insert()399 top_chunk = new Chunk(nullptr, kInitialBufferSize); in Insert()400 chunk_.SetValue(top_chunk); in Insert()402 if (!top_chunk->AddSlot(slot)) { in Insert()404 new Chunk(top_chunk, NextCapacity(top_chunk->capacity.Value())); in Insert()