Home
last modified time | relevance | path

Searched refs:__bytes (Results 1 – 25 of 63) sorted by relevance

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dpool_allocator.h100 _M_round_up(size_t __bytes) in _GLIBCXX_VISIBILITY()
104 _M_get_free_list(size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
222 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
228 return static_cast<_Tp*>(::operator new(__bytes, __al)); in _GLIBCXX_VISIBILITY()
243 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
244 __ret = static_cast<_Tp*>(::operator new(__bytes)); in _GLIBCXX_VISIBILITY()
247 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY()
252 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes))); in _GLIBCXX_VISIBILITY()
278 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
279 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
[all …]
A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) in _GLIBCXX_VISIBILITY()
152 _M_get_binmap(size_t __bytes) in _GLIBCXX_VISIBILITY()
153 { return _M_binmap[__bytes]; } in _GLIBCXX_VISIBILITY()
228 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
339 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
708 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
709 if (__pool._M_check_threshold(__bytes)) in _GLIBCXX_VISIBILITY()
711 void* __ret = ::operator new(__bytes); in _GLIBCXX_VISIBILITY()
737 __c = __pool._M_reserve_block(__bytes, __thread_id); in _GLIBCXX_VISIBILITY()
761 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dpool_allocator.h100 _M_round_up(size_t __bytes) in _GLIBCXX_VISIBILITY()
104 _M_get_free_list(size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
222 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
228 return static_cast<_Tp*>(::operator new(__bytes, __al)); in _GLIBCXX_VISIBILITY()
243 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
244 __ret = static_cast<_Tp*>(::operator new(__bytes)); in _GLIBCXX_VISIBILITY()
247 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY()
252 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes))); in _GLIBCXX_VISIBILITY()
278 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
279 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
[all …]
A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) in _GLIBCXX_VISIBILITY()
152 _M_get_binmap(size_t __bytes) in _GLIBCXX_VISIBILITY()
153 { return _M_binmap[__bytes]; } in _GLIBCXX_VISIBILITY()
228 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
339 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
708 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
709 if (__pool._M_check_threshold(__bytes)) in _GLIBCXX_VISIBILITY()
711 void* __ret = ::operator new(__bytes); in _GLIBCXX_VISIBILITY()
737 __c = __pool._M_reserve_block(__bytes, __thread_id); in _GLIBCXX_VISIBILITY()
761 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dpool_allocator.h98 _M_round_up(size_t __bytes) in _GLIBCXX_VISIBILITY()
102 _M_get_free_list(size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
223 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
229 return static_cast<_Tp*>(::operator new(__bytes, __al)); in _GLIBCXX_VISIBILITY()
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
245 __ret = static_cast<_Tp*>(::operator new(__bytes)); in _GLIBCXX_VISIBILITY()
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY()
253 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes))); in _GLIBCXX_VISIBILITY()
280 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
281 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
[all …]
A Dmt_allocator.h147 _M_check_threshold(size_t __bytes) in _GLIBCXX_VISIBILITY()
151 _M_get_binmap(size_t __bytes) in _GLIBCXX_VISIBILITY()
152 { return _M_binmap[__bytes]; } in _GLIBCXX_VISIBILITY()
227 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
338 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
708 const size_type __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
709 if (__pool._M_check_threshold(__bytes)) in _GLIBCXX_VISIBILITY()
711 void* __ret = ::operator new(__bytes); in _GLIBCXX_VISIBILITY()
737 __c = __pool._M_reserve_block(__bytes, __thread_id); in _GLIBCXX_VISIBILITY()
761 const size_type __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dpool_allocator.h98 _M_round_up(size_t __bytes) in _GLIBCXX_VISIBILITY()
102 _M_get_free_list(size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
223 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
229 return static_cast<_Tp*>(::operator new(__bytes, __al)); in _GLIBCXX_VISIBILITY()
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
245 __ret = static_cast<_Tp*>(::operator new(__bytes)); in _GLIBCXX_VISIBILITY()
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY()
253 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes))); in _GLIBCXX_VISIBILITY()
280 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
281 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
[all …]
A Dmt_allocator.h147 _M_check_threshold(size_t __bytes) in _GLIBCXX_VISIBILITY()
151 _M_get_binmap(size_t __bytes) in _GLIBCXX_VISIBILITY()
152 { return _M_binmap[__bytes]; } in _GLIBCXX_VISIBILITY()
227 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
338 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
708 const size_type __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
709 if (__pool._M_check_threshold(__bytes)) in _GLIBCXX_VISIBILITY()
711 void* __ret = ::operator new(__bytes); in _GLIBCXX_VISIBILITY()
737 __c = __pool._M_reserve_block(__bytes, __thread_id); in _GLIBCXX_VISIBILITY()
761 const size_type __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dpool_allocator.h100 _M_round_up(size_t __bytes) in _GLIBCXX_VISIBILITY()
104 _M_get_free_list(size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
222 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
228 return static_cast<_Tp*>(::operator new(__bytes, __al)); in _GLIBCXX_VISIBILITY()
243 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
244 __ret = static_cast<_Tp*>(::operator new(__bytes)); in _GLIBCXX_VISIBILITY()
247 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY()
252 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes))); in _GLIBCXX_VISIBILITY()
278 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
279 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
[all …]
A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) in _GLIBCXX_VISIBILITY()
152 _M_get_binmap(size_t __bytes) in _GLIBCXX_VISIBILITY()
153 { return _M_binmap[__bytes]; } in _GLIBCXX_VISIBILITY()
228 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
339 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
708 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
709 if (__pool._M_check_threshold(__bytes)) in _GLIBCXX_VISIBILITY()
711 void* __ret = ::operator new(__bytes); in _GLIBCXX_VISIBILITY()
737 __c = __pool._M_reserve_block(__bytes, __thread_id); in _GLIBCXX_VISIBILITY()
761 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dpool_allocator.h100 _M_round_up(size_t __bytes) in _GLIBCXX_VISIBILITY()
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); } in _GLIBCXX_VISIBILITY()
104 _M_get_free_list(size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
233 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
235 __ret = static_cast<_Tp*>(::operator new(__bytes)); in _GLIBCXX_VISIBILITY()
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY()
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes))); in _GLIBCXX_VISIBILITY()
262 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
[all …]
A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) in _GLIBCXX_VISIBILITY()
152 _M_get_binmap(size_t __bytes) in _GLIBCXX_VISIBILITY()
153 { return _M_binmap[__bytes]; } in _GLIBCXX_VISIBILITY()
228 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
339 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
699 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
700 if (__pool._M_check_threshold(__bytes)) in _GLIBCXX_VISIBILITY()
702 void* __ret = ::operator new(__bytes); in _GLIBCXX_VISIBILITY()
728 __c = __pool._M_reserve_block(__bytes, __thread_id); in _GLIBCXX_VISIBILITY()
743 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dpool_allocator.h100 _M_round_up(size_t __bytes) in _GLIBCXX_VISIBILITY()
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); } in _GLIBCXX_VISIBILITY()
104 _M_get_free_list(size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
233 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
235 __ret = static_cast<_Tp*>(::operator new(__bytes)); in _GLIBCXX_VISIBILITY()
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY()
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes))); in _GLIBCXX_VISIBILITY()
262 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
[all …]
A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) in _GLIBCXX_VISIBILITY()
152 _M_get_binmap(size_t __bytes) in _GLIBCXX_VISIBILITY()
153 { return _M_binmap[__bytes]; } in _GLIBCXX_VISIBILITY()
228 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
339 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
699 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
700 if (__pool._M_check_threshold(__bytes)) in _GLIBCXX_VISIBILITY()
702 void* __ret = ::operator new(__bytes); in _GLIBCXX_VISIBILITY()
728 __c = __pool._M_reserve_block(__bytes, __thread_id); in _GLIBCXX_VISIBILITY()
743 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dpool_allocator.h100 _M_round_up(size_t __bytes) in _GLIBCXX_VISIBILITY()
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); } in _GLIBCXX_VISIBILITY()
104 _M_get_free_list(size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
233 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
235 __ret = static_cast<_Tp*>(::operator new(__bytes)); in _GLIBCXX_VISIBILITY()
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY()
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes))); in _GLIBCXX_VISIBILITY()
262 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY() local
263 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0) in _GLIBCXX_VISIBILITY()
[all …]
A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) in _GLIBCXX_VISIBILITY()
152 _M_get_binmap(size_t __bytes) in _GLIBCXX_VISIBILITY()
153 { return _M_binmap[__bytes]; } in _GLIBCXX_VISIBILITY()
228 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
339 _M_reclaim_block(char* __p, size_t __bytes) throw (); in _GLIBCXX_VISIBILITY()
699 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
700 if (__pool._M_check_threshold(__bytes)) in _GLIBCXX_VISIBILITY()
702 void* __ret = ::operator new(__bytes); in _GLIBCXX_VISIBILITY()
728 __c = __pool._M_reserve_block(__bytes, __thread_id); in _GLIBCXX_VISIBILITY()
743 const size_t __bytes = __n * sizeof(_Tp); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/
A Dmemory_resource101 { return do_allocate(__bytes, __alignment); }
424 return _M_alloc.allocate(__bytes);
426 return _M_allocate<2>(__bytes);
428 return _M_allocate<4>(__bytes);
430 return _M_allocate<8>(__bytes);
432 const _AlignMgr __mgr(__bytes, __alignment);
452 return (void) _M_deallocate<2>(__ptr, __bytes);
458 const _AlignMgr __mgr(__bytes, __alignment);
479 _M_allocate(size_t __bytes)
483 const size_t __n = (__bytes + _Num - 1) / _Num;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/
A Dmemory_resource100 { return do_allocate(__bytes, __alignment); }
423 return _M_alloc.allocate(__bytes);
425 return _M_allocate<2>(__bytes);
427 return _M_allocate<4>(__bytes);
429 return _M_allocate<8>(__bytes);
431 const _AlignMgr __mgr(__bytes, __alignment);
451 return (void) _M_deallocate<2>(__ptr, __bytes);
457 const _AlignMgr __mgr(__bytes, __alignment);
478 _M_allocate(size_t __bytes)
482 const size_t __n = (__bytes + _Num - 1) / _Num;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dmemory_resource104 allocate(size_t __bytes, size_t __alignment = _S_max_align)
106 { return do_allocate(__bytes, __alignment); }
111 { return do_deallocate(__p, __bytes, __alignment); }
119 do_allocate(size_t __bytes, size_t __alignment) = 0;
416 allocate(size_t __bytes, size_t __alignment);
645 do_allocate(size_t __bytes, size_t __alignment) override
647 if (__builtin_expect(__bytes == 0, false))
653 _M_new_buffer(__bytes, __alignment);
656 _M_current_buf = (char*)_M_current_buf + __bytes;
657 _M_avail -= __bytes;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dmemory_resource98 allocate(size_t __bytes, size_t __alignment = _S_max_align)
100 { return do_allocate(__bytes, __alignment); }
105 { return do_deallocate(__p, __bytes, __alignment); }
113 do_allocate(size_t __bytes, size_t __alignment) = 0;
406 allocate(size_t __bytes, size_t __alignment);
635 do_allocate(size_t __bytes, size_t __alignment) override
637 if (__bytes == 0)
643 _M_new_buffer(__bytes, __alignment);
646 _M_current_buf = (char*)_M_current_buf + __bytes;
647 _M_avail -= __bytes;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dmemory_resource98 allocate(size_t __bytes, size_t __alignment = _S_max_align)
100 { return do_allocate(__bytes, __alignment); }
105 { return do_deallocate(__p, __bytes, __alignment); }
113 do_allocate(size_t __bytes, size_t __alignment) = 0;
408 allocate(size_t __bytes, size_t __alignment);
637 do_allocate(size_t __bytes, size_t __alignment) override
639 if (__bytes == 0)
645 _M_new_buffer(__bytes, __alignment);
648 _M_current_buf = (char*)_M_current_buf + __bytes;
649 _M_avail -= __bytes;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/
A Dmemory_resource97 { return do_allocate(__bytes, __alignment); }
101 { return do_deallocate(__p, __bytes, __alignment); }
109 do_allocate(size_t __bytes, size_t __alignment) = 0;
429 if (__bytes < __alignment)
430 __bytes = __alignment;
431 return _M_alloc.allocate(__bytes);
435 const _AlignMgr __mgr(__bytes, __alignment);
449 if (__bytes < __alignment)
450 __bytes = __alignment;
451 _M_alloc.deallocate(__ptr, __bytes);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/experimental/
A Dmemory_resource82 allocate(size_t __bytes, size_t __alignment = _S_max_align)
83 { return do_allocate(__bytes, __alignment); }
86 deallocate(void* __p, size_t __bytes, size_t __alignment = _S_max_align)
87 { return do_deallocate(__p, __bytes, __alignment); }
95 do_allocate(size_t __bytes, size_t __alignment) = 0;
98 do_deallocate(void* __p, size_t __bytes, size_t __alignment) = 0;
281 do_allocate(size_t __bytes, size_t __alignment)
284 size_t __new_size = _S_aligned_size(__bytes,
291 do_deallocate(void* __p, size_t __bytes, size_t __alignment)
294 size_t __new_size = _S_aligned_size(__bytes,
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/experimental/
A Dmemory_resource85 allocate(size_t __bytes, size_t __alignment = _S_max_align)
86 { return do_allocate(__bytes, __alignment); }
89 deallocate(void* __p, size_t __bytes, size_t __alignment = _S_max_align)
90 { return do_deallocate(__p, __bytes, __alignment); }
98 do_allocate(size_t __bytes, size_t __alignment) = 0;
101 do_deallocate(void* __p, size_t __bytes, size_t __alignment) = 0;
302 do_allocate(size_t __bytes, size_t __alignment)
305 size_t __new_size = _S_aligned_size(__bytes,
312 do_deallocate(void* __p, size_t __bytes, size_t __alignment)
315 size_t __new_size = _S_aligned_size(__bytes,
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/
A Dmemory_resource81 allocate(size_t __bytes, size_t __alignment = _S_max_align)
82 { return do_allocate(__bytes, __alignment); }
85 deallocate(void* __p, size_t __bytes, size_t __alignment = _S_max_align)
86 { return do_deallocate(__p, __bytes, __alignment); }
94 do_allocate(size_t __bytes, size_t __alignment) = 0;
97 do_deallocate(void* __p, size_t __bytes, size_t __alignment) = 0;
298 do_allocate(size_t __bytes, size_t __alignment)
301 size_t __new_size = _S_aligned_size(__bytes,
308 do_deallocate(void* __p, size_t __bytes, size_t __alignment)
311 size_t __new_size = _S_aligned_size(__bytes,

Completed in 2170 milliseconds

123