/aosp12/bionic/libc/bionic/ |
H A D | mremap.cpp | 39 void* mremap(void* old_address, size_t old_size, size_t new_size, int flags, ...) { in mremap()
|
H A D | gwp_asan_wrappers.cpp | 148 size_t old_size = GuardedAlloc.getSize(old_mem); in gwp_asan_realloc() local
|
H A D | bionic_allocator.cpp | 355 size_t old_size = 0; in realloc() local
|
/aosp12/bootable/recovery/applypatch/ |
H A D | bspatch.cpp | 68 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value& patch, in ApplyBSDiffPatch()
|
H A D | imgpatch.cpp | 135 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 D | assembler.cc | 76 size_t old_size = Size(); in ExtendCapacity() local
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | utility.h | 86 size_t old_size = size_; in grow_by() local
|
/aosp12/system/iorap/src/binder/ |
H A D | package_version_map.cc | 34 size_t old_size = version_map_->size(); in UpdateAll() local
|
/aosp12/art/runtime/ |
H A D | linear_alloc.cc | 26 void* LinearAlloc::Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) { in Realloc()
|
H A D | class_linker.cc | 7728 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 D | block_mapping.cc | 142 size_t old_size, in MapPartitionBlocks()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | inspect_cow.cpp | 49 size_t old_size = stream_.size(); in GetBuffer() local
|
H A D | cow_api_test.cpp | 51 size_t old_size = stream_.size(); in GetBuffer() local
|
H A D | snapshot_test.cpp | 1021 AssertionResult ShiftAllSnapshotBlocks(const std::string& name, uint64_t old_size) { in ShiftAllSnapshotBlocks()
|
/aosp12/packages/modules/adb/client/ |
H A D | incremental_utils.cpp | 77 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 D | OfflineUnwinder.cpp | 177 size_t old_size = entries_.size(); in UpdateMaps() local
|
/aosp12/system/update_engine/scripts/ |
H A D | payload_info_unittest.py | 88 def __init__(self, partition_name, operations, old_size, new_size): argument
|
/aosp12/bootable/recovery/updater/ |
H A D | updater_runtime_dynamic_partitions.cpp | 246 auto old_size = group->maximum_size(); in PerformOpResizeGroup() local
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | GlobalDebugImpl.h | 221 size_t old_size = entries.size(); in ReadAllEntries() local
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | builder.cpp | 648 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 D | driver.cpp | 777 size_t old_size = ptr ? malloc_usable_size(ptr) : 0; in DefaultReallocate() local
|
/aosp12/art/runtime/hprof/ |
H A D | hprof.cc | 424 size_t old_size = full_data_.size(); in HandleFlush() local
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | FuseDaemon.cpp | 159 auto old_size = file->second; in RecordImpl() local
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 219 size_t old_size = ptr ? malloc_usable_size(ptr) : 0; in DefaultReallocate() local
|