Home
last modified time | relevance | path

Searched defs:allocation_size (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/art/runtime/gc/space/
H A Dlarge_object_space.cc155 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 Dspace_test.h206 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 Dspace_create_test.cc312 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 Ddlmalloc_space-inl.h65 size_t allocation_size = AllocationSizeNonvirtual(result, usable_size); in AllocWithoutGrowthLocked() local
H A Dmemory_tool_malloc_space-inl.h230 size_t allocation_size = AllocationSize(ptr, &usable_size); in Free() local
H A Dlarge_object_space_test.cc61 size_t allocation_size = 0; in LargeObjectTest() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c148 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/
Ddevice_memory.rs58 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 Drpc.h116 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 Dmmap_limit_mb.cc24 long allocation_size = atoi(argv[2]); in main() local
/aosp_15_r20/external/cronet/base/memory/
H A Draw_ptr_asan_bound_arg_tracker.cc36 size_t allocation_size = 0; in GetProtectedArgPtr() local
H A Draw_ptr_asan_service.h38 size_t allocation_size = 0; member
H A Dplatform_shared_memory_region_apple.cc97 memory_object_size_t allocation_size = size_; in ConvertToReadOnly() local
/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_device_memory.h23 uint64_t allocation_size; member
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample10_unittest.cc52 void* operator new(size_t allocation_size) { in operator new()
/aosp_15_r20/external/googletest/googletest/samples/
H A Dsample10_unittest.cc50 void* operator new(size_t allocation_size) { in operator new()
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/samples/
H A Dsample10_unittest.cc50 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 Dsample10_unittest.cc50 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/
Dsample10_unittest.cc52 void* operator new(size_t allocation_size) { in operator new()
/aosp_15_r20/art/runtime/javaheapprof/
H A Djavaheapsampler.cc64 void HeapSampler::ReportSample(art::mirror::Object* obj, size_t allocation_size) { in ReportSample()
/aosp_15_r20/art/libartbase/base/
H A Dscoped_arena_allocator.cc56 size_t allocation_size = std::max(arena_allocator::kArenaDefaultSize, rounded_bytes); in AllocateFromNextArena() local
/aosp_15_r20/external/scudo/standalone/include/scudo/
H A Dinterface.h104 uintptr_t allocation_size; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc168 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 Ddynamic_filters.cc167 size_t allocation_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(Call)) + in CreateCall() local
/aosp_15_r20/external/virglrenderer/src/
H A Dvirgl_resource.h58 uint64_t allocation_size; member

12