Home
last modified time | relevance | path

Searched refs:__nobjs (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp271 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() argument
367 size_t __total_bytes = _p_size * __nobjs; in _S_chunk_alloc()
378 __nobjs = (int)(__bytes_left / _p_size); in _S_chunk_alloc()
379 __total_bytes = _p_size * __nobjs; in _S_chunk_alloc()
411 return _S_chunk_alloc(_p_size, __nobjs); in _S_chunk_alloc()
428 return _S_chunk_alloc(_p_size, __nobjs); in _S_chunk_alloc()
435 int __nobjs = 20; in _S_refill() local
436 char* __chunk = _S_chunk_alloc(__n, __nobjs); in _S_refill()
438 if (1 == __nobjs) return __REINTERPRET_CAST(_Obj*, __chunk); in _S_refill()
[all …]