Searched refs:__copy_sz (Results 1 – 1 of 1) sorted by relevance
1080 size_t __copy_sz; in reallocate() local1088 __copy_sz = __new_sz > __old_sz? __old_sz : __new_sz; in reallocate()1089 memcpy(__result, __p, __copy_sz); in reallocate()