Searched refs:__sz (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dbitmap_allocator.cc48 _M_get(size_t __sz) throw(std::bad_alloc) argument
57 __sz, _LT_pointer_compare());
59 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz))
78 (::operator new(__sz + sizeof(size_t)));
86 *__ret = __sz;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dbitmap_allocator.cc53 _M_get(size_t __sz) throw(std::bad_alloc) argument
62 __sz, _LT_pointer_compare());
64 if (__temp == _M_get_free_list().end() || !_M_should_i_give(**__temp, __sz))
83 (::operator new(__sz + sizeof(size_t)));
91 *__ret = __sz;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dforward_list.h988 resize(size_type __sz);
1003 resize(size_type __sz, value_type __val);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h645 * @param __sz The size in bytes of the memory required.
651 _M_get(size_t __sz) throw(std::bad_alloc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h827 * @param __sz The size in bytes of the memory required.
833 _M_get(size_t __sz) throw(std::bad_alloc);

Completed in 90 milliseconds