Searched refs:new_usable_size (Results 1 – 1 of 1) sorted by relevance
220 size_t new_usable_size = LimitUsableSize(new_ptr); in LimitRealloc() local222 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()