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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dpool_allocator.cc63 __pool_alloc_base::_M_allocate_chunk(size_t __n, int& __nobjs) argument
66 size_t __total_bytes = __n * __nobjs;
77 __nobjs = (int)(__bytes_left / __n);
78 __total_bytes = __n * __nobjs;
114 return _M_allocate_chunk(__n, __nobjs);
125 return _M_allocate_chunk(__n, __nobjs);
135 int __nobjs = 20; local
136 char* __chunk = _M_allocate_chunk(__n, __nobjs);
142 if (__nobjs == 1)
153 if (__nobjs
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dpool_allocator.cc63 __pool_alloc_base::_M_allocate_chunk(size_t __n, int& __nobjs) argument
66 size_t __total_bytes = __n * __nobjs;
77 __nobjs = (int)(__bytes_left / __n);
78 __total_bytes = __n * __nobjs;
114 return _M_allocate_chunk(__n, __nobjs);
125 return _M_allocate_chunk(__n, __nobjs);
135 int __nobjs = 20; local
136 char* __chunk = _M_allocate_chunk(__n, __nobjs);
142 if (__nobjs == 1)
153 if (__nobjs
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h115 _M_allocate_chunk(size_t __n, int& __nobjs);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h115 _M_allocate_chunk(size_t __n, int& __nobjs);

Completed in 103 milliseconds