Home
last modified time | relevance | path

Searched refs:allocation_count (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/zone/
H A Dtype-stats.h29 entry.allocation_count++; in AddAllocated()
53 size_t allocation_count = 0; member
61 entry.allocation_count += other_entry.allocation_count; in Add()
H A Dtype-stats.cc64 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 Dlow_level_alloc.cc209 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 Druntests.c7330 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 Dloader_alloc_callback_tests.cpp52 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 Dallocation-tracker.h41 unsigned allocation_count() const { return allocation_count_; } in allocation_count() function in v8::internal::AllocationTraceNode
H A Dheap-snapshot-generator.cc3005 buffer_pos = utoa(node->allocation_count(), buffer, buffer_pos); in SerializeTraceNode()

Completed in 22 milliseconds