Searched refs:_S_chunk_alloc (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | allocators.cpp | 271 static char* _S_chunk_alloc(size_t __p_size, int& __nobjs); 365 char* __node_alloc_impl::_S_chunk_alloc(size_t _p_size, int& __nobjs) { in _S_chunk_alloc() function in __node_alloc_impl 411 return _S_chunk_alloc(_p_size, __nobjs); in _S_chunk_alloc() 428 return _S_chunk_alloc(_p_size, __nobjs); in _S_chunk_alloc() 436 char* __chunk = _S_chunk_alloc(__n, __nobjs); in _S_refill() 509 char* __chunk = _S_chunk_alloc(__n, __nobjs); in _S_refill() 534 char* __node_alloc_impl::_S_chunk_alloc(size_t _p_size, int& __nobjs) { in _S_chunk_alloc() function in __node_alloc_impl 618 return _S_chunk_alloc(_p_size, __nobjs); in _S_chunk_alloc() 793 static char *_S_chunk_alloc(size_t __size, size_t &__nobjs, __state_type*); 856 char * __chunk = _Pthread_alloc_impl::_S_chunk_alloc(__n, __nobjs, this); in _M_refill() [all …]
|