Searched refs:pending_chunk_ (Results 1 – 2 of 2) sorted by relevance
1278 pending_chunk_[i] = 0; in Serializer()1328 size_t s = pending_chunk_[space]; in OutputStatistics()1504 if (pending_chunk_[i] > 0 || completed_chunks_[i].length() == 0) { in EncodeReservations()1505 out->Add(SerializedData::Reservation(pending_chunk_[i])); in EncodeReservations()1587 return reference.chunk_offset() < pending_chunk_[space]; in BackReferenceIsAlreadyAllocated()2283 uint32_t new_chunk_size = pending_chunk_[space] + size; in Allocate()2289 completed_chunks_[space].Add(pending_chunk_[space]); in Allocate()2291 pending_chunk_[space] = 0; in Allocate()2294 uint32_t offset = pending_chunk_[space]; in Allocate()2295 pending_chunk_[space] = new_chunk_size; in Allocate()
586 uint32_t pending_chunk_[kNumberOfPreallocatedSpaces]; variable