HomeSort by relevance Sort by last modified time
    Searched defs:__nobjs (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
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) {
367 size_t __total_bytes = _p_size * __nobjs;
378 __nobjs = (int)(__bytes_left / _p_size);
379 __total_bytes = _p_size * __nobjs;
411 return _S_chunk_alloc(_p_size, __nobjs);
428 return _S_chunk_alloc(_p_size, __nobjs);
435 int __nobjs = 20; local
436 char* __chunk = _S_chunk_alloc(__n, __nobjs);
438 if (1 == __nobjs) return __REINTERPRET_CAST(_Obj*, __chunk)
508 int __nobjs = 20; local
855 size_t __nobjs = 128; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
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) {
367 size_t __total_bytes = _p_size * __nobjs;
378 __nobjs = (int)(__bytes_left / _p_size);
379 __total_bytes = _p_size * __nobjs;
411 return _S_chunk_alloc(_p_size, __nobjs);
428 return _S_chunk_alloc(_p_size, __nobjs);
435 int __nobjs = 20; local
436 char* __chunk = _S_chunk_alloc(__n, __nobjs);
438 if (1 == __nobjs) return __REINTERPRET_CAST(_Obj*, __chunk)
508 int __nobjs = 20; local
855 size_t __nobjs = 128; local
    [all...]

Completed in 84 milliseconds