Searched refs:allocations_ (Results 1 – 3 of 3) sorted by relevance
130 allocations_[raw_buffer] = std::move(buffer); in Allocate()134 void TrackingAllocator::Free(void* ptr) { allocations_.erase(allocations_.find(ptr)); } in Free()
53 std::unordered_map<void*, std::unique_ptr<uint8_t[]>> allocations_;
518 vector<void*> allocations_; // All other memory allocated in the pool. member in google::protobuf::DescriptorPool::Tables529 allocations_before_checkpoint(tables->allocations_.size()), in CheckPoint()656 for (int i = 0; i < allocations_.size(); i++) { in ~Tables()657 operator delete(allocations_[i]); in ~Tables()753 i < allocations_.size(); in RollbackToLastCheckpoint()755 operator delete(allocations_[i]); in RollbackToLastCheckpoint()761 allocations_.resize(checkpoint.allocations_before_checkpoint); in RollbackToLastCheckpoint()1018 allocations_.push_back(result); in AllocateBytes()