Searched defs:reallocate (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
H A Dallocators.cpp847 static void * reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
1078 void *_Pthread_alloc_impl::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) { function in class:_Pthread_alloc_impl
1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) function in class:_Pthread_alloc
1111 { return _Pthread_alloc_impl::reallocate(__p, __old_sz, __new_sz); }

Completed in 93 milliseconds