Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp1080 size_t __copy_sz; in reallocate() local
1088 __copy_sz = __new_sz > __old_sz? __old_sz : __new_sz; in reallocate()
1089 memcpy(__result, __p, __copy_sz); in reallocate()