Home
last modified time | relevance | path

Searched refs:new_usable_size (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dmalloc_limit.cpp220 size_t new_usable_size = LimitUsableSize(new_ptr); in LimitRealloc() local
222 if (__predict_false(old_usable_size > new_usable_size)) { in LimitRealloc()
223 atomic_fetch_sub(&gAllocated, old_usable_size - new_usable_size); in LimitRealloc()
225 atomic_fetch_add(&gAllocated, new_usable_size - old_usable_size); in LimitRealloc()
/aosp12/system/update_engine/scripts/update_payload/
H A Dchecker.py886 old_usable_size, new_usable_size, prev_data_offset, argument
911 op.dst_extents, new_usable_size, new_block_counters,
1007 new_fs_size, old_usable_size, new_usable_size, argument
1059 new_block_counters = self._AllocBlockCounters(new_usable_size)
1073 old_usable_size, new_usable_size,