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

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dpool_allocator.cc61 __pool_alloc_base::_M_allocate_chunk(size_t __n, int& __nobjs) argument
64 size_t __total_bytes = __n * __nobjs;
75 __nobjs = (int)(__bytes_left / __n);
76 __total_bytes = __n * __nobjs;
112 return _M_allocate_chunk(__n, __nobjs);
123 return _M_allocate_chunk(__n, __nobjs);
133 int __nobjs = 20; local
134 char* __chunk = _M_allocate_chunk(__n, __nobjs);
140 if (__nobjs == 1)
151 if (__nobjs
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dpool_allocator.h120 _M_allocate_chunk(size_t __n, int& __nobjs);

Completed in 481 milliseconds