Home
last modified time | relevance | path

Searched refs:allocations_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h46 std::map<size_t, unsigned int> allocations_; member
Dheap_sampling.cpp51 node->allocations_[size]++; in ImplementSampling()
230 for (const auto &alloc : node->allocations_) { in CalNodeSelfSize()