Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dmalloc_limit.cpp196 size_t old_usable_size = LimitUsableSize(old_mem); in LimitRealloc() local
199 if (bytes > old_usable_size && !CheckLimit(bytes - old_usable_size)) { in LimitRealloc()
216 atomic_fetch_sub(&gAllocated, old_usable_size); in LimitRealloc()
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
908 op.src_extents, old_usable_size, old_block_counters,
1007 new_fs_size, old_usable_size, new_usable_size, argument
1057 old_block_counters = (self._AllocBlockCounters(old_usable_size)
1073 old_usable_size, new_usable_size,