Home
last modified time | relevance | path

Searched defs:old_size (Results 1 – 24 of 24) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dmremap.cpp39 void* mremap(void* old_address, size_t old_size, size_t new_size, int flags, ...) { in mremap()
H A Dgwp_asan_wrappers.cpp148 size_t old_size = GuardedAlloc.getSize(old_mem); in gwp_asan_realloc() local
H A Dbionic_allocator.cpp355 size_t old_size = 0; in realloc() local
/aosp12/bootable/recovery/applypatch/
H A Dbspatch.cpp68 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value& patch, in ApplyBSDiffPatch()
H A Dimgpatch.cpp135 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const unsigned char* patch_data, in ApplyImagePatch()
142 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const Value& patch, SinkFn sink, in ApplyImagePatch()
/aosp12/art/compiler/utils/
H A Dassembler.cc76 size_t old_size = Size(); in ExtendCapacity() local
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h86 size_t old_size = size_; in grow_by() local
/aosp12/system/iorap/src/binder/
H A Dpackage_version_map.cc34 size_t old_size = version_map_->size(); in UpdateAll() local
/aosp12/art/runtime/
H A Dlinear_alloc.cc26 void* LinearAlloc::Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) { in Realloc()
H A Dclass_linker.cc7728 const size_t old_size = LengthPrefixedArray<ArtMethod>::ComputeSize(old_methods->size(), in ClobberOldMethods() local
7908 const size_t old_size = LengthPrefixedArray<ArtMethod>::ComputeSize(old_method_count, in ReallocMethods() local
/aosp12/system/update_engine/payload_generator/
H A Dblock_mapping.cc142 size_t old_size, in MapPartitionBlocks()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dinspect_cow.cpp49 size_t old_size = stream_.size(); in GetBuffer() local
H A Dcow_api_test.cpp51 size_t old_size = stream_.size(); in GetBuffer() local
H A Dsnapshot_test.cpp1021 AssertionResult ShiftAllSnapshotBlocks(const std::string& name, uint64_t old_size) { in ShiftAllSnapshotBlocks()
/aosp12/packages/modules/adb/client/
H A Dincremental_utils.cpp77 auto old_size = bytes->size(); in append_int() local
96 auto old_size = bytes->size(); in append_bytes_with_size() local
/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder.cpp177 size_t old_size = entries_.size(); in UpdateMaps() local
/aosp12/system/update_engine/scripts/
H A Dpayload_info_unittest.py88 def __init__(self, partition_name, operations, old_size, new_size): argument
/aosp12/bootable/recovery/updater/
H A Dupdater_runtime_dynamic_partitions.cpp246 auto old_size = group->maximum_size(); in PerformOpResizeGroup() local
/aosp12/system/unwinding/libunwindstack/
H A DGlobalDebugImpl.h221 size_t old_size = entries.size(); in ReadAllEntries() local
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder.cpp648 bool MetadataBuilder::ValidatePartitionSizeChange(Partition* partition, uint64_t old_size, in ValidatePartitionSizeChange()
1078 uint64_t old_size = partition->size(); in ResizePartition() local
/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp777 size_t old_size = ptr ? malloc_usable_size(ptr) : 0; in DefaultReallocate() local
/aosp12/art/runtime/hprof/
H A Dhprof.cc424 size_t old_size = full_data_.size(); in HandleFlush() local
/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.cpp159 auto old_size = file->second; in RecordImpl() local
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp219 size_t old_size = ptr ? malloc_usable_size(ptr) : 0; in DefaultReallocate() local