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:allocation_count
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/zone/
H
A
D
type-stats.h
29
entry.
allocation_count
++;
in AddAllocated()
53
size_t
allocation_count
= 0;
member
61
entry.
allocation_count
+= other_entry.
allocation_count
;
in Add()
H
A
D
type-stats.cc
64
total_allocation_count += entry.
allocation_count
;
in Dump()
68
entry.deallocated_bytes, entry.
allocation_count
, entry.instance_size,
in Dump()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
low_level_alloc.cc
209
int32_t
allocation_count
ABSL_GUARDED_BY(mu);
352
allocation_count
(0),
in Arena()
388
if (arena->
allocation_count
!= 0) {
in DeleteArena()
516
ABSL_RAW_CHECK(arena->
allocation_count
> 0, "nothing in arena to free");
in Free()
517
arena->
allocation_count
--;
in Free()
597
arena->
allocation_count
++;
in DoAllocWithArena()
/third_party/skia/third_party/externals/expat/expat/tests/
H
A
D
runtests.c
7330
static intptr_t
allocation_count
= ALLOC_ALWAYS_SUCCEED;
variable
7336
if (
allocation_count
== 0)
in duff_allocator()
7338
if (
allocation_count
!= ALLOC_ALWAYS_SUCCEED)
in duff_allocator()
7339
allocation_count
--;
in duff_allocator()
7361
allocation_count
= i;
in START_TEST()
7381
allocation_count
= i;
in START_TEST()
7709
allocation_count
= 3;
in external_entity_parser_create_alloc_fail_handler()
7718
allocation_count
= ALLOC_ALWAYS_SUCCEED;
in external_entity_parser_create_alloc_fail_handler()
7745
allocation_count
= ALLOC_ALWAYS_SUCCEED;
in alloc_setup()
7765
allocation_count
in START_TEST()
[all...]
/third_party/vulkan-loader/tests/
H
A
D
loader_alloc_callback_tests.cpp
52
size_t
allocation_count
= 0;
member in MemoryTracker
57
if ((settings.should_fail_on_allocation &&
allocation_count
== settings.fail_after_allocations) ||
in allocate()
62
allocation_count
++;
in allocate()
89
allocation_count
--;
in reallocate()
96
allocation_count
--; // allocate() increments this, we we don't want that
in reallocate()
108
assert(
allocation_count
!= 0 && "Cant free when there are no valid allocations");
in free()
109
allocation_count
--;
in free()
154
bool empty() noexcept { return
allocation_count
== 0; }
/third_party/node/deps/v8/src/profiler/
H
A
D
allocation-tracker.h
41
unsigned
allocation_count
() const { return allocation_count_; }
in allocation_count()
function in v8::internal::AllocationTraceNode
H
A
D
heap-snapshot-generator.cc
3005
buffer_pos = utoa(node->
allocation_count
(), buffer, buffer_pos);
in SerializeTraceNode()
Completed in 22 milliseconds