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

  /ndk/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 117 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 117 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h 117 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 113 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 113 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 113 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 113 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 115 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 116 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 115 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 116 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pool_allocator.h 117 _M_allocate_chunk(size_t __n, int& __nobjs);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 117 _M_allocate_chunk(size_t __n, int& __nobjs);

Completed in 556 milliseconds