/aosp_15_r20/art/runtime/gc/space/ |
H A D | large_object_space.cc | 155 const size_t allocation_size = mem_map.BaseSize(); in Alloc() local 206 size_t allocation_size = map_size; in Free() local 464 const size_t allocation_size = info->ByteSize(); in Free() local 538 const size_t allocation_size = RoundUp(num_bytes, ObjectAlignment()); in Alloc() local
|
H A D | space_test.h | 206 size_t allocation_size = space->AllocationSize(object.Get(), nullptr); in SizeFootPrintGrowthLimitAndTrimBody() local 263 size_t allocation_size = space->AllocationSize(object, nullptr); in SizeFootPrintGrowthLimitAndTrimBody() local
|
H A D | space_create_test.cc | 312 size_t allocation_size, usable_size, bytes_tl_bulk_allocated; in TEST_P() local 333 size_t allocation_size, usable_size, bytes_tl_bulk_allocated; in TEST_P() local
|
H A D | dlmalloc_space-inl.h | 65 size_t allocation_size = AllocationSizeNonvirtual(result, usable_size); in AllocWithoutGrowthLocked() local
|
H A D | memory_tool_malloc_space-inl.h | 230 size_t allocation_size = AllocationSize(ptr, &usable_size); in Free() local
|
H A D | large_object_space_test.cc | 61 size_t allocation_size = 0; in LargeObjectTest() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_memory_helper.c | 148 unsigned allocation_size; member 406 …struct nine_allocator *allocator, struct nine_allocation *new_allocation, unsigned allocation_size) in insert_new_allocation() 673 unsigned allocation_size) in nine_memfd_allocator()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/ |
D | device_memory.rs | 58 allocation_size: DeviceSize, field 581 pub fn allocation_size(&self) -> DeviceSize { in allocation_size() method 759 pub allocation_size: DeviceSize, field
|
/aosp_15_r20/external/llvm-libc/libc/shared/ |
H A D | rpc.h | 116 RPC_INLINE static constexpr uint64_t allocation_size(uint32_t port_count, in allocation_size() function 387 RPC_INLINE static uint64_t allocation_size(uint32_t lane_size, in allocation_size() function
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/ |
H A D | mmap_limit_mb.cc | 24 long allocation_size = atoi(argv[2]); in main() local
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | raw_ptr_asan_bound_arg_tracker.cc | 36 size_t allocation_size = 0; in GetProtectedArgPtr() local
|
H A D | raw_ptr_asan_service.h | 38 size_t allocation_size = 0; member
|
H A D | platform_shared_memory_region_apple.cc | 97 memory_object_size_t allocation_size = size_; in ConvertToReadOnly() local
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_device_memory.h | 23 uint64_t allocation_size; member
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/ |
D | sample10_unittest.cc | 52 void* operator new(size_t allocation_size) { in operator new()
|
/aosp_15_r20/external/googletest/googletest/samples/ |
H A D | sample10_unittest.cc | 50 void* operator new(size_t allocation_size) { in operator new()
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/samples/ |
H A D | sample10_unittest.cc | 50 void* operator new(size_t allocation_size) { in operator new()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/samples/ |
H A D | sample10_unittest.cc | 50 void* operator new(size_t allocation_size) { in operator new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/samples/ |
D | sample10_unittest.cc | 52 void* operator new(size_t allocation_size) { in operator new()
|
/aosp_15_r20/art/runtime/javaheapprof/ |
H A D | javaheapsampler.cc | 64 void HeapSampler::ReportSample(art::mirror::Object* obj, size_t allocation_size) { in ReportSample()
|
/aosp_15_r20/art/libartbase/base/ |
H A D | scoped_arena_allocator.cc | 56 size_t allocation_size = std::max(arena_allocator::kArenaDefaultSize, rounded_bytes); in AllocateFromNextArena() local
|
/aosp_15_r20/external/scudo/standalone/include/scudo/ |
H A D | interface.h | 104 uintptr_t allocation_size; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | dynamic_filters.cc | 168 size_t allocation_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(Call)) + in CreateCall() local
|
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/ |
H A D | dynamic_filters.cc | 167 size_t allocation_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(Call)) + in CreateCall() local
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | virgl_resource.h | 58 uint64_t allocation_size; member
|