Searched refs:reallocate (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
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()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | deque | 2266 // Else need to allocate 1 buffer, *and* we need to reallocate __map_. 2343 // Else need to allocate __nb buffers, *and* we need to reallocate __map_. 2413 // Else need to allocate 1 buffer, *and* we need to reallocate __map_. 2489 // Else need to allocate __nb buffers, *and* we need to reallocate __map_.
|