Home | History | Annotate | Download | only in src

Lines Matching refs:reallocate

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