Home
last modified time | relevance | path

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

/bionic/libc/bionic/
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()