Searched refs:pending_chunk_ (Results 1 – 2 of 2) sorted by relevance
25 pending_chunk_[i] = 0; in Serializer()72 size_t s = pending_chunk_[space]; in OutputStatistics()116 if (pending_chunk_[i] > 0 || completed_chunks_[i].length() == 0) { in EncodeReservations()117 out->Add(SerializedData::Reservation(pending_chunk_[i])); in EncodeReservations()139 return reference.chunk_offset() < pending_chunk_[space]; in BackReferenceIsAlreadyAllocated()288 uint32_t new_chunk_size = pending_chunk_[space] + size; in Allocate()294 completed_chunks_[space].Add(pending_chunk_[space]); in Allocate()295 pending_chunk_[space] = 0; in Allocate()298 uint32_t offset = pending_chunk_[space]; in Allocate()299 pending_chunk_[space] = new_chunk_size; in Allocate()
246 uint32_t pending_chunk_[kNumberOfPreallocatedSpaces]; variable