Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
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
D
cord.cc
506
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
D
node_internals.h
119
inline uint64_t
total_mem_usage
() const {
in total_mem_usage()
function in node::NodeArrayBufferAllocator
H
A
D
node_process_methods.cc
206
: static_cast<double>(array_buffer_allocator->
total_mem_usage
());
in MemoryUsage()
Completed in 5 milliseconds