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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dpool_allocator.cc61 __pool_alloc_base::_M_allocate_chunk(size_t __n, int& __nobjs) function in class:__pool_alloc_base
112 return _M_allocate_chunk(__n, __nobjs);
123 return _M_allocate_chunk(__n, __nobjs);
134 char* __chunk = _M_allocate_chunk(__n, __nobjs);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dpool_allocator.cc61 __pool_alloc_base::_M_allocate_chunk(size_t __n, int& __nobjs) function in class:__gnu_cxx::__pool_alloc_base
112 return _M_allocate_chunk(__n, __nobjs);
123 return _M_allocate_chunk(__n, __nobjs);
134 char* __chunk = _M_allocate_chunk(__n, __nobjs);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h113 _M_allocate_chunk(size_t __n, int& __nobjs);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dpool_allocator.h116 _M_allocate_chunk(size_t __n, int& __nobjs);

Completed in 122 milliseconds