Home
last modified time | relevance | path

Searched refs:allocations_ (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc87 node->allocations_[size]++; in SampleObject()
99 DCHECK_GT(node->allocations_[sample->size], 0); in OnWeakCallback()
100 node->allocations_[sample->size]--; in OnWeakCallback()
101 if (node->allocations_[sample->size] == 0) { in OnWeakCallback()
102 node->allocations_.erase(sample->size); in OnWeakCallback()
103 while (node->allocations_.empty() && node->children_.empty() && in OnWeakCallback()
221 allocations.reserve(node->allocations_.size()); in TranslateAllocationNode()
235 for (auto alloc : node->allocations_) { in TranslateAllocationNode()
H A Dsampling-heap-profiler.h90 std::map<size_t, unsigned int> allocations_; member in v8::internal::SamplingHeapProfiler::AllocationNode
/third_party/node/src/api/
H A Denvironment.cc133 CHECK(allocations_.empty()); in ~DebuggingArrayBufferAllocator()
172 auto it = allocations_.find(data); in Reallocate()
173 CHECK_NE(it, allocations_.end()); in Reallocate()
174 allocations_.erase(it); in Reallocate()
196 auto it = allocations_.find(data); in UnregisterPointerInternal()
197 CHECK_NE(it, allocations_.end()); in UnregisterPointerInternal()
203 allocations_.erase(it); in UnregisterPointerInternal()
209 CHECK_EQ(allocations_.count(data), 0); in RegisterPointerInternal()
210 allocations_[data] = size; in RegisterPointerInternal()
/third_party/node/src/
H A Dnode_internals.h146 std::unordered_map<void*, size_t> allocations_; member in node::final
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc644 std::vector<std::vector<char>> allocations_; member in google::protobuf::DescriptorPool::Tables
660 allocations_before_checkpoint(tables->allocations_.size()), in CheckPoint()
881 allocations_.resize(checkpoint.allocations_before_checkpoint); in RollbackToLastCheckpoint()
1222 allocations_.emplace_back(size); in AllocateBytes()
1223 return allocations_.back().data(); in AllocateBytes()

Completed in 14 milliseconds