Home | History | Annotate | Download | only in protobuf

Lines Matching full:allocations_

518   vector<void*> allocations_;  // All other memory allocated in the pool.
529 allocations_before_checkpoint(tables->allocations_.size()),
654 // messages may refer to objects in allocations_.
656 for (int i = 0; i < allocations_.size(); i++) {
657 operator delete(allocations_[i]);
753 i < allocations_.size();
755 operator delete(allocations_[i]);
761 allocations_.resize(checkpoint.allocations_before_checkpoint);
1018 allocations_.push_back(result);