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:allocations_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/profiler/
H
A
D
sampling-heap-profiler.cc
87
node->
allocations_
[size]++;
in SampleObject()
99
DCHECK_GT(node->
allocations_
[sample->size], 0);
in OnWeakCallback()
100
node->
allocations_
[sample->size]--;
in OnWeakCallback()
101
if (node->
allocations_
[sample->size] == 0) {
in OnWeakCallback()
102
node->
allocations_
.erase(sample->size);
in OnWeakCallback()
103
while (node->
allocations_
.empty() && node->children_.empty() &&
in OnWeakCallback()
221
allocations.reserve(node->
allocations_
.size());
in TranslateAllocationNode()
235
for (auto alloc : node->
allocations_
) {
in TranslateAllocationNode()
H
A
D
sampling-heap-profiler.h
90
std::map<size_t, unsigned int>
allocations_
;
member in v8::internal::SamplingHeapProfiler::AllocationNode
/third_party/node/src/api/
H
A
D
environment.cc
133
CHECK(
allocations_
.empty());
in ~DebuggingArrayBufferAllocator()
172
auto it =
allocations_
.find(data);
in Reallocate()
173
CHECK_NE(it,
allocations_
.end());
in Reallocate()
174
allocations_
.erase(it);
in Reallocate()
196
auto it =
allocations_
.find(data);
in UnregisterPointerInternal()
197
CHECK_NE(it,
allocations_
.end());
in UnregisterPointerInternal()
203
allocations_
.erase(it);
in UnregisterPointerInternal()
209
CHECK_EQ(
allocations_
.count(data), 0);
in RegisterPointerInternal()
210
allocations_
[data] = size;
in RegisterPointerInternal()
/third_party/node/src/
H
A
D
node_internals.h
146
std::unordered_map<void*, size_t>
allocations_
;
member in node::final
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.cc
644
std::vector<std::vector<char>>
allocations_
;
member in google::protobuf::DescriptorPool::Tables
660
allocations_before_checkpoint(tables->
allocations_
.size()),
in CheckPoint()
881
allocations_
.resize(checkpoint.allocations_before_checkpoint);
in RollbackToLastCheckpoint()
1222
allocations_
.emplace_back(size);
in AllocateBytes()
1223
return
allocations_
.back().data();
in AllocateBytes()
Completed in 14 milliseconds