Searched refs:top_chunk (Results 1 – 1 of 1) sorted by relevance
476 Chunk* top_chunk = load_top(); in Insert() local477 if (!top_chunk) { in Insert()478 top_chunk = new Chunk(nullptr, kInitialBufferSize); in Insert()479 set_top(top_chunk); in Insert()481 if (!top_chunk->AddSlot(slot)) { in Insert()483 new Chunk(top_chunk, NextCapacity(top_chunk->capacity())); in Insert()