D | allocators.cpp | 847 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) { in reallocate() function in _Pthread_alloc_impl 1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) in reallocate() function in _Pthread_alloc 1111 { return _Pthread_alloc_impl::reallocate(__p, __old_sz, __new_sz); } in reallocate()
|