Home
last modified time | relevance | path

Searched refs:total_mem_usage (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc506 size_t* total_mem_usage) { in RepMemoryUsageDataEdge() argument
513 *total_mem_usage += maybe_sub_size + rep->flat()->AllocatedSize(); in RepMemoryUsageDataEdge()
521 *total_mem_usage += maybe_sub_size + in RepMemoryUsageDataEdge()
531 static bool RepMemoryUsageLeaf(const CordRep* rep, size_t* total_mem_usage) { in RepMemoryUsageLeaf() argument
533 *total_mem_usage += rep->flat()->AllocatedSize(); in RepMemoryUsageLeaf()
541 *total_mem_usage += in RepMemoryUsageLeaf()
1964 size_t total_mem_usage = 0; in MemoryUsageAux() local
1967 if (RepMemoryUsageLeaf(rep, &total_mem_usage)) { in MemoryUsageAux()
1968 return total_mem_usage; in MemoryUsageAux()
1980 total_mem_usage += sizeof(CordRepConcat); in MemoryUsageAux()
[all …]
/third_party/node/src/
Dnode_internals.h119 inline uint64_t total_mem_usage() const { in total_mem_usage() function
Dnode_process_methods.cc206 : static_cast<double>(array_buffer_allocator->total_mem_usage()); in MemoryUsage()