Home
last modified time | relevance | path

Searched refs:_M_allocator (Results 1 – 25 of 69) sorted by relevance

123

/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/ext/
H A Ddebug_allocator.h89 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
115 : _M_extra(_S_extra()), _M_allocator(__a2._M_allocator) { } in _GLIBCXX_VISIBILITY()
118 : _M_extra(_S_extra()), _M_allocator(__a) { } in _GLIBCXX_VISIBILITY()
123 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
147 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
170 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
174 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h89 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
115 : _M_extra(_S_extra()), _M_allocator(__a2._M_allocator) { } in _GLIBCXX_VISIBILITY()
118 : _M_extra(_S_extra()), _M_allocator(__a) { } in _GLIBCXX_VISIBILITY()
123 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
147 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
170 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
174 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h89 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
115 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
118 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
123 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
147 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
170 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
174 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/ext/
H A Ddebug_allocator.h89 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
115 : _M_extra(_S_extra()), _M_allocator(__a2._M_allocator) { } in _GLIBCXX_VISIBILITY()
118 : _M_extra(_S_extra()), _M_allocator(__a) { } in _GLIBCXX_VISIBILITY()
123 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
147 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
170 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
174 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h89 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
115 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
118 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
123 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
147 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
170 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
174 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/ext/
H A Ddebug_allocator.h89 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
115 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
118 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
123 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
147 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
170 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
174 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h89 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
115 : _M_extra(_S_extra()), _M_allocator(__a2._M_allocator) { } in _GLIBCXX_VISIBILITY()
118 : _M_extra(_S_extra()), _M_allocator(__a) { } in _GLIBCXX_VISIBILITY()
123 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
147 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
155 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
162 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
170 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
174 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
116 : _M_allocator(__a2._M_allocator), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
119 : _M_allocator(__a), _M_extra(_S_extra()) { } in _GLIBCXX_VISIBILITY()
124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
156 { _Traits::construct(_M_allocator, __p, __val); } in _GLIBCXX_VISIBILITY()
163 _Traits::construct(_M_allocator, __p, in _GLIBCXX_VISIBILITY()
171 { _Traits::destroy(_M_allocator, __p); } in _GLIBCXX_VISIBILITY()
175 { return _Traits::max_size(_M_allocator) - _M_extra; } in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/ext/
H A Ddebug_allocator.h81 _Alloc _M_allocator; variable
93 pointer __res = _M_allocator.allocate(__n + _M_extra); in allocate()
102 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in allocate()
116 _M_allocator.deallocate(__real_p, __n + _M_extra); in deallocate()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/ext/
H A Ddebug_allocator.h81 _Alloc _M_allocator; variable
93 pointer __res = _M_allocator.allocate(__n + _M_extra); in allocate()
102 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in allocate()
116 _M_allocator.deallocate(__real_p, __n + _M_extra); in deallocate()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/ext/
H A Ddebug_allocator.h78 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
90 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
116 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/ext/
H A Ddebug_allocator.h78 _Alloc _M_allocator; in _GLIBCXX_VISIBILITY() local
90 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY()
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
116 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()

123