Home
last modified time | relevance | path

Searched defs:alloc_size (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/extras/tests/pagingtest/
H A Dmmap_test.c10 int mmap_test(int test_runs, unsigned long long alloc_size) { in mmap_test()
H A Dpagingtest.c141 unsigned long long alloc_size = 0ULL; in main() local
/aosp12/art/runtime/gc/
H A Dheap-inl.h300 size_t alloc_size, in TryToAllocate()
443 size_t alloc_size, in IsOutOfMemoryOnAllocation()
H A Dheap.cc1799 size_t alloc_size, in AllocateInternalWithGc()
2241 size_t alloc_size = RoundUp(obj_size, kObjectAlignment); in MarkNonForwardedObject() local
4181 void Heap::JHPCheckNonTlabSampleAllocation(Thread* self, mirror::Object* obj, size_t alloc_size) { in JHPCheckNonTlabSampleAllocation()
4206 size_t alloc_size, in JHPCalculateNextTlabSize()
4306 size_t alloc_size, in AllocWithNewTLAB()
4435 void Heap::VlogHeapGrowth(size_t old_footprint, size_t new_footprint, size_t alloc_size) { in VlogHeapGrowth()
/aosp12/art/runtime/javaheapprof/
H A Djavaheapsampler.cc77 size_t HeapSampler::GetSampleOffset(size_t alloc_size, in GetSampleOffset()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp184 size_t alloc_size = __gwp_asan_get_allocation_size(responsible_allocation_); in DumpCause() local
/aosp12/art/runtime/gc/space/
H A Dlarge_object_space.cc212 size_t alloc_size = it->second.mem_map.BaseSize(); in AllocationSize() local
402 size_t alloc_size = cur_info->ByteSize(); in Walk() local
493 size_t alloc_size = info->ByteSize(); in AllocationSize() local
H A Dlarge_object_space_test.cc133 size_t alloc_size, bytes_tl_bulk_allocated; in Run() local
H A Dspace_test.h180 size_t alloc_size; in SizeFootPrintGrowthLimitAndTrimBody() local
H A Dregion_space.h319 void AddLiveBytes(mirror::Object* ref, size_t alloc_size) { in AddLiveBytes()
H A Dregion_space.cc663 size_t alloc_size = RoundUp(obj_size, space::RegionSpace::kAlignment); in CheckLiveBytesAgainstRegionBitmap() local
/aosp12/art/runtime/mirror/
H A Dstring-alloc-inl.h174 size_t alloc_size = RoundUp(size, kObjectAlignment); in Alloc() local
/aosp12/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
H A Dwrapper.cpp198 struct UnmapWork { void *base; size_t alloc_size; }; in freeImportedHandle() member
/aosp12/system/extras/simpleperf/
H A Dutils.cpp61 size_t alloc_size = std::max(size, unit_size_); in AllocateString() local
H A DRecordReadThread.cpp594 size_t alloc_size = auxtrace.size() + auxtrace.data->aux_size; in ReadAuxDataFromKernelBuffer() local
/aosp12/bionic/tests/
H A Dmalloc_test.cpp853 static void __attribute__((optnone)) AndroidVerifyAlignment(size_t alloc_size, size_t aligned_bytes… in AndroidVerifyAlignment()
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1178 size_t alloc_size = RoundUp(obj_size, space::RegionSpace::kAlignment); in AddLiveBytesAndScanRef() local
3361 mirror::Object* ConcurrentCopying::AllocateInSkippedBlock(Thread* const self, size_t alloc_size) { in AllocateInSkippedBlock()
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp435 size_t alloc_size; member
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp163 size_t alloc_size = 1024; in VerifyAllocCalls() local
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp6993 int alloc_size[MAX_NUM_INPUT_OUTPUT_BUFFERS] = {0}; in allocate_output_buffer() local