Searched defs:allocations_ (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/profiler/
H A Dsampling-heap-profiler.h108 std::map<size_t, unsigned int> allocations_; member in class:v8::internal::SamplingHeapProfiler::AllocationNode
/external/webrtc/webrtc/p2p/base/
H A Dturnserver.h175 const AllocationMap& allocations() const { return allocations_; }
271 AllocationMap allocations_; member in class:cricket::TurnServer
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc461 vector<void*> allocations_; // All other memory allocated in the pool. member in class:google::protobuf::DescriptorPool::Tables
472 allocations_before_checkpoint(tables->allocations_.size()),
588 // messages may refer to objects in allocations_.
590 for (int i = 0; i < allocations_.size(); i++) {
591 operator delete(allocations_[i]);
661 i < allocations_.size();
663 operator delete(allocations_[i]);
669 allocations_.resize(checkpoint.allocations_before_checkpoint);
873 allocations_.push_back(result);

Completed in 136 milliseconds