Home
last modified time | relevance | path

Searched defs:num_allocations (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Darenaz_sampler.h66 std::atomic<int> num_allocations; member
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Darenaz_sampler.h66 std::atomic<int> num_allocations; member
/aosp_15_r20/frameworks/libs/binary_translation/base/
Dforever_alloc_test.cc37 size_t num_allocations = kPageSize % aligned_size; in CheckBasicAllocations() local
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dtest_harness.h92 size_t num_allocations() const { return num_allocations_; } in num_allocations() function
/aosp_15_r20/system/memory/libmemunreachable/include/memunreachable/
Dmemunreachable.h65 size_t num_allocations = 0; member
/aosp_15_r20/art/runtime/gc/space/
H A Dlarge_object_space_test.cc54 static const size_t num_allocations = 64; in LargeObjectTest() local
/aosp_15_r20/art/libartbase/base/
H A Darena_allocator.cc146 size_t num_allocations = NumAllocations(); in Dump() local
/aosp_15_r20/system/memory/libmemunreachable/
DMemUnreachable.cpp387 size_t num_allocations = unreachable.Allocations(); in GetUnreachableMemory() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dtracking_allocator_test.cc75 uint32_t num_allocations = 0; member
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBlock.h541 const int num_allocations = static_cast<int>(m_allocations.size()); in allocate() local
/aosp_15_r20/external/libpng/
H A Dpngtest.c519 static int num_allocations = 0; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.cc576 size_t num_allocations, bool block_host_until_done) { in ExecuteJitRt()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel_test.cc426 int num_allocations(bool scoped) { in num_allocations() function in tensorflow::__anondc0872320111::ScopedAllocatorDevice
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp1199 size_t num_allocations; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_unittest.cc524 const int num_allocations = (6 * 1024 * 1024) / (alloc_size / 1024); in DoReturnNullTest() local