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

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc51 _M_get(size_t __sz) throw(std::bad_alloc) argument
60 __sz, _LT_pointer_compare());
62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz))
81 (::operator new(__sz + sizeof(size_t)));
89 *__ret = __sz;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr52918-1.C24 void _M_get(size_t __sz) throw(bad_alloc);
26 void free_list::_M_get(size_t __sz) throw(bad_alloc) argument
35 __ret = (size_t*) (::operator new(__sz + sizeof(size_t)));
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dforward_list.h994 * @param __sz Number of elements the %forward_list should contain.
1003 resize(size_type __sz);
1008 * @param __sz Number of elements the %forward_list should contain.
1018 resize(size_type __sz, const value_type& __val);
/haiku-buildtools/gcc/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);

Completed in 119 milliseconds