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:external_memory_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-statistics.h
131
size_t external_memory() { return
external_memory_
; }
in external_memory()
150
size_t
external_memory_
;
member in v8::HeapStatistics
/third_party/node/deps/v8/include/
H
A
D
v8-statistics.h
131
size_t external_memory() { return
external_memory_
; }
in external_memory()
150
size_t
external_memory_
;
member in v8::HeapStatistics
/third_party/node/deps/v8/src/heap/
H
A
D
heap-inl.h
99
int64_t Heap::external_memory() { return
external_memory_
.total(); }
in external_memory()
102
return
external_memory_
.Update(delta);
in update_external_memory()
H
A
D
heap.cc
578
external_memory_
.total() / KB);
in PrintShortHeapStatistics()
1692
int64_t current =
external_memory_
.total();
in ReportExternalMemoryPressure()
1693
int64_t baseline =
external_memory_
.low_since_mark_compact();
in ReportExternalMemoryPressure()
1694
int64_t limit =
external_memory_
.limit();
in ReportExternalMemoryPressure()
1733
int64_t Heap::external_memory_limit() { return
external_memory_
.limit(); }
in external_memory_limit()
2523
external_memory_
.ResetAfterGC();
in RecomputeLimits()
4257
(CommittedMemory() - SizeOfObjects()) +
external_memory_
.total();
in CollectGarbageOnMemoryPressure()
5407
return
external_memory_
.AllocatedSinceMarkCompact();
in AllocatedExternalMemorySinceMarkCompact()
H
A
D
heap.h
2112
ExternalMemoryAccounting
external_memory_
;
member in v8::internal::Heap
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
6172
external_memory_
(0),
in HeapStatistics()
8917
heap_statistics->
external_memory_
=
in GetHeapStatistics()
Completed in 40 milliseconds