/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/ |
H A D | arena.cc | 36 size_t alloc_size = base_size + initial_size; in ArenaStorage() local 68 size_t initial_size, size_t alloc_size, MemoryAllocator* memory_allocator) { in CreateWithAlloc() 105 size_t alloc_size = zone_base_size + size; in AllocZone() local 125 void* Arena::AllocPooled(size_t obj_size, size_t alloc_size, in AllocPooled()
|
H A D | arena.h | 53 size_t alloc_size; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/ |
D | arena.cc | 36 size_t alloc_size = base_size + initial_size; in ArenaStorage() local 68 size_t initial_size, size_t alloc_size, MemoryAllocator* memory_allocator) { in CreateWithAlloc() 105 size_t alloc_size = zone_base_size + size; in AllocZone() local 124 void* Arena::AllocPooled(size_t obj_size, size_t alloc_size, in AllocPooled()
|
D | arena.h | 56 size_t alloc_size; member
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | allocation.bench.cpp | 41 const size_t alloc_size = st.range(0); in BM_AllocateAndDeallocate() local 51 const size_t alloc_size = st.range(0); in BM_AllocateOnly() local 71 const size_t alloc_size = st.range(0); in BM_DeallocateOnly() local
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_shim_default_dispatch_to_partition_alloc_unittest.cc | 114 constexpr size_t alloc_size = 100; in TEST() local 126 constexpr size_t alloc_size = 100; in TEST() local 170 constexpr size_t alloc_size = 100; in TEST() local
|
/aosp_15_r20/external/pigweed/pw_multibuf/ |
H A D | simple_allocator_test.cc | 99 const size_t alloc_size = kArbitraryBufferSize / 2 + 1; in TEST() local 113 const size_t alloc_size = kArbitraryBufferSize / 3; in TEST() local 133 const size_t alloc_size = kArbitraryBufferSize / 2; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.c | 552 uint64_t alloc_size = 0; in vn_android_image_from_anb_internal() local 785 uint64_t alloc_size = 0; in vn_GetAndroidHardwareBufferPropertiesANDROID() local 928 uint64_t alloc_size = 0; in vn_android_device_import_ahb() local 1069 uint64_t alloc_size = 0; in vn_android_get_ahb_buffer_memory_type_bits() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | reportMemoryUsage.h | 12 int64_t alloc_size; member 25 int64_t alloc_size, in reportMemoryUsage()
|
/aosp_15_r20/external/llvm-libc/test/src/sys/mman/linux/ |
H A D | remap_file_pages_test.cpp | 36 size_t alloc_size = 2 * page_size; in TEST() local 66 size_t alloc_size = 2 * page_size; in TEST() local
|
H A D | mprotect_test.cpp | 23 size_t alloc_size = 128; in TEST() local
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | Allocator.cpp | 65 int64_t alloc_size, in reportMemoryUsageToProfiler() 78 int64_t alloc_size, in reportOutOfMemoryToProfiler()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | mlock-random-test.c | 138 int test_mlock_within_limit(char *p, int alloc_size) in test_mlock_within_limit() 215 int test_mlock_outof_limit(char *p, int alloc_size) in test_mlock_outof_limit()
|
/aosp_15_r20/art/runtime/gc/ |
H A D | heap-inl.h | 305 size_t alloc_size, in TryToAllocate() 448 size_t alloc_size, in IsOutOfMemoryOnAllocation()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | cpu_allocator_impl.cc | 89 const std::size_t alloc_size = port::MallocExtension_GetAllocatedSize(p); in AllocateRaw() local 114 const std::size_t alloc_size = in DeallocateRaw() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_streamout.c | 159 unsigned alloc_size = 32; in si_set_streamout_targets() local 182 unsigned alloc_size = sctx->gfx_level >= GFX11 ? 8 : 4; in si_set_streamout_targets() local
|
/aosp_15_r20/external/libdrm/amdgpu/ |
H A D | amdgpu.h | 164 uint64_t alloc_size; member 220 uint64_t alloc_size; member 249 uint64_t alloc_size; member
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | SymmetricMemory.cpp | 77 const size_t alloc_size = numel * element_size; in empty_strided_p2p_persistent() local 162 const size_t alloc_size = numel * element_size; in empty_strided_p2p() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | mkl_cpu_allocator.h | 77 const size_t alloc_size = port::MallocExtension_GetAllocatedSize(ptr); in DeallocateRaw() local 100 inline void IncrementStats(size_t alloc_size) TF_LOCKS_EXCLUDED(mutex_) { in IncrementStats()
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | trace_arguments.cc | 146 void StringStorage::Reset(size_t alloc_size) { in Reset() 262 size_t alloc_size = 0; in CopyStringsTo() local
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | large_object_space.cc | 217 size_t alloc_size = it->second.mem_map.BaseSize(); in AllocationSize() local 433 size_t alloc_size = cur_info->ByteSize(); in Walk() local 528 size_t alloc_size = info->ByteSize(); in AllocationSize() local
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | partition_alloc_unittest.cc | 511 void DoReturnNullTest(size_t alloc_size, ReturnNullTestMode mode) { in DoReturnNullTest() 1414 size_t alloc_size = 64 - ExtraAllocSize(allocator); in TEST_P() local 2465 size_t alloc_size = 64 - ExtraAllocSize(allocator); in TEST_P() local 2593 const size_t alloc_size = 2 * sizeof(void*); in TEST_P() local 2618 const size_t alloc_size = 2 * sizeof(void*); in TEST_P() local 2641 const size_t alloc_size = 2 * sizeof(void*); in TEST_P() local 3844 for (size_t alloc_size : alloc_sizes) { in TEST_P() local 4175 size_t alloc_size = 64 - ExtraAllocSize(allocator); in TEST_P() local 4273 size_t alloc_size = raw_size - ExtraAllocSize(allocator); in TEST_P() local 5061 const int alloc_size) in TEST_P()
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | pages.c | 113 os_pages_trim(void *addr, size_t alloc_size, size_t leadsize, size_t size, in os_pages_trim() 170 size_t alloc_size = size + alignment - os_page; in pages_map_slow() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_batch_chain.c | 562 uint32_t alloc_size = MIN2( in anv_cmd_buffer_chain_batch() local 599 uint32_t alloc_size = MIN2( in anv_cmd_buffer_chain_generation_batch() local 1659 uint32_t alloc_size = 0; in anv_async_submit_extend_batch() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.c | 450 int alloc_size = res->use_staging ? 1 : res->metadata.total_size; in virgl_resource_realloc() local 647 uint32_t alloc_size; in virgl_resource_create_front() local
|