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/
H A Dcord.cc506 size_t* total_mem_usage) { in RepMemoryUsageDataEdge()
513 *total_mem_usage += maybe_sub_size + rep->flat()->AllocatedSize(); in RepMemoryUsageDataEdge()
521 *total_mem_usage += maybe_sub_size + in RepMemoryUsageDataEdge()
529 // If the rep is a leaf, this will increment the value at total_mem_usage and
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()
505 RepMemoryUsageDataEdge(const CordRep* rep, size_t* total_mem_usage) RepMemoryUsageDataEdge() argument
[all...]
/third_party/node/src/
H A Dnode_internals.h119 inline uint64_t total_mem_usage() const { in total_mem_usage() function in node::NodeArrayBufferAllocator
H A Dnode_process_methods.cc206 : static_cast<double>(array_buffer_allocator->total_mem_usage()); in MemoryUsage()

Completed in 5 milliseconds