/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | bitmap_allocator.cc | 55 const vector_type& __free_list = _M_get_free_list(); in _M_get() local 57 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() 60 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 110 vector_type& __free_list = _M_get_free_list(); in _M_clear() local 111 iterator __iter = __free_list.begin(); in _M_clear() 112 while (__iter != __free_list.end()) in _M_clear() 117 __free_list.clear(); in _M_clear()
|
A D | pool_allocator.cc | 88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local 89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk() 90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk() 107 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local 108 _Obj* __p = *__free_list; in _M_allocate_chunk() 111 *__free_list = __p->_M_free_list_link; in _M_allocate_chunk() 137 _Obj* volatile* __free_list; in _M_refill() local 144 __free_list = _M_get_free_list(__n); in _M_refill() 148 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/ |
A D | bitmap_allocator.cc | 55 const vector_type& __free_list = _M_get_free_list(); in _M_get() local 57 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() 60 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 110 vector_type& __free_list = _M_get_free_list(); in _M_clear() local 111 iterator __iter = __free_list.begin(); in _M_clear() 112 while (__iter != __free_list.end()) in _M_clear() 117 __free_list.clear(); in _M_clear()
|
A D | pool_allocator.cc | 88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local 89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk() 90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk() 107 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local 108 _Obj* __p = *__free_list; in _M_allocate_chunk() 111 *__free_list = __p->_M_free_list_link; in _M_allocate_chunk() 137 _Obj* volatile* __free_list; in _M_refill() local 144 __free_list = _M_get_free_list(__n); in _M_refill() 148 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/ |
A D | bitmap_allocator.cc | 57 const vector_type& __free_list = _M_get_free_list(); in _M_get() local 59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() 62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 112 vector_type& __free_list = _M_get_free_list(); in _M_clear() local 113 iterator __iter = __free_list.begin(); in _M_clear() 114 while (__iter != __free_list.end()) in _M_clear() 119 __free_list.clear(); in _M_clear()
|
A D | pool_allocator.cc | 88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local 89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk() 90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk() 107 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local 108 _Obj* __p = *__free_list; in _M_allocate_chunk() 111 *__free_list = __p->_M_free_list_link; in _M_allocate_chunk() 137 _Obj* volatile* __free_list; in _M_refill() local 144 __free_list = _M_get_free_list(__n); in _M_refill() 148 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/ |
A D | bitmap_allocator.cc | 57 const vector_type& __free_list = _M_get_free_list(); in _M_get() local 59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() 62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 112 vector_type& __free_list = _M_get_free_list(); in _M_clear() local 113 iterator __iter = __free_list.begin(); in _M_clear() 114 while (__iter != __free_list.end()) in _M_clear() 119 __free_list.clear(); in _M_clear()
|
A D | pool_allocator.cc | 88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local 89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk() 90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk() 107 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local 108 _Obj* __p = *__free_list; in _M_allocate_chunk() 111 *__free_list = __p->_M_free_list_link; in _M_allocate_chunk() 137 _Obj* volatile* __free_list; in _M_refill() local 144 __free_list = _M_get_free_list(__n); in _M_refill() 148 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/ |
A D | bitmap_allocator.cc | 57 const vector_type& __free_list = _M_get_free_list(); in _M_get() local 59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() 62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 112 vector_type& __free_list = _M_get_free_list(); in _M_clear() local 113 iterator __iter = __free_list.begin(); in _M_clear() 114 while (__iter != __free_list.end()) in _M_clear() 119 __free_list.clear(); in _M_clear()
|
A D | pool_allocator.cc | 88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local 89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk() 90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk() 107 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local 108 _Obj* __p = *__free_list; in _M_allocate_chunk() 111 *__free_list = __p->_M_free_list_link; in _M_allocate_chunk() 137 _Obj* volatile* __free_list; in _M_refill() local 144 __free_list = _M_get_free_list(__n); in _M_refill() 148 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/ |
A D | bitmap_allocator.cc | 57 const vector_type& __free_list = _M_get_free_list(); in _M_get() local 59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() 62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 112 vector_type& __free_list = _M_get_free_list(); in _M_clear() local 113 iterator __iter = __free_list.begin(); in _M_clear() 114 while (__iter != __free_list.end()) in _M_clear() 119 __free_list.clear(); in _M_clear()
|
A D | pool_allocator.cc | 88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local 89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk() 90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk() 107 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local 108 _Obj* __p = *__free_list; in _M_allocate_chunk() 111 *__free_list = __p->_M_free_list_link; in _M_allocate_chunk() 137 _Obj* volatile* __free_list; in _M_refill() local 144 __free_list = _M_get_free_list(__n); in _M_refill() 148 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/ |
A D | bitmap_allocator.cc | 57 const vector_type& __free_list = _M_get_free_list(); in _M_get() local 59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() 62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 112 vector_type& __free_list = _M_get_free_list(); in _M_clear() local 113 iterator __iter = __free_list.begin(); in _M_clear() 114 while (__iter != __free_list.end()) in _M_clear() 119 __free_list.clear(); in _M_clear()
|
A D | pool_allocator.cc | 88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local 89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk() 90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk() 107 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local 108 _Obj* __p = *__free_list; in _M_allocate_chunk() 111 *__free_list = __p->_M_free_list_link; in _M_allocate_chunk() 137 _Obj* volatile* __free_list; in _M_refill() local 144 __free_list = _M_get_free_list(__n); in _M_refill() 148 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/ |
A D | bitmap_allocator.cc | 57 const vector_type& __free_list = _M_get_free_list(); in _M_get() local 59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() 62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get() 112 vector_type& __free_list = _M_get_free_list(); in _M_clear() local 113 iterator __iter = __free_list.begin(); in _M_clear() 114 while (__iter != __free_list.end()) in _M_clear() 119 __free_list.clear(); in _M_clear()
|
A D | pool_allocator.cc | 88 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local 89 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk() 90 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk() 107 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local 108 _Obj* __p = *__free_list; in _M_allocate_chunk() 111 *__free_list = __p->_M_free_list_link; in _M_allocate_chunk() 137 _Obj* volatile* __free_list; in _M_refill() local 144 __free_list = _M_get_free_list(__n); in _M_refill() 148 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/ |
A D | pool_allocator.h | 238 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 241 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY() 246 *__free_list = __result->_M_free_list_link; in _GLIBCXX_VISIBILITY() 267 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 271 __q ->_M_free_list_link = *__free_list; in _GLIBCXX_VISIBILITY() 272 *__free_list = __q; in _GLIBCXX_VISIBILITY()
|
A D | bitmap_allocator.h | 567 vector_type& __free_list = _M_get_free_list(); in _GLIBCXX_VISIBILITY() 569 if (__free_list.size() >= __max_size) in _GLIBCXX_VISIBILITY() 573 if (*__addr >= *__free_list.back()) in _GLIBCXX_VISIBILITY() 585 ::operator delete(static_cast<void*>(__free_list.back())); in _GLIBCXX_VISIBILITY() 586 __free_list.pop_back(); in _GLIBCXX_VISIBILITY() 592 (__free_list.begin(), __free_list.end(), in _GLIBCXX_VISIBILITY() 596 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/ |
A D | pool_allocator.h | 238 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 241 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY() 246 *__free_list = __result->_M_free_list_link; in _GLIBCXX_VISIBILITY() 267 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 271 __q ->_M_free_list_link = *__free_list; in _GLIBCXX_VISIBILITY() 272 *__free_list = __q; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/ |
A D | pool_allocator.h | 247 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 250 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY() 255 *__free_list = __result->_M_free_list_link; in _GLIBCXX_VISIBILITY() 283 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 287 __q ->_M_free_list_link = *__free_list; in _GLIBCXX_VISIBILITY() 288 *__free_list = __q; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/ |
A D | pool_allocator.h | 247 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 250 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY() 255 *__free_list = __result->_M_free_list_link; in _GLIBCXX_VISIBILITY() 283 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 287 __q ->_M_free_list_link = *__free_list; in _GLIBCXX_VISIBILITY() 288 *__free_list = __q; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/ |
A D | pool_allocator.h | 238 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 241 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY() 246 *__free_list = __result->_M_free_list_link; in _GLIBCXX_VISIBILITY() 267 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 271 __q ->_M_free_list_link = *__free_list; in _GLIBCXX_VISIBILITY() 272 *__free_list = __q; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/ |
A D | pool_allocator.h | 248 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 251 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY() 256 *__free_list = __result->_M_free_list_link; in _GLIBCXX_VISIBILITY() 285 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 289 __q ->_M_free_list_link = *__free_list; in _GLIBCXX_VISIBILITY() 290 *__free_list = __q; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/ |
A D | pool_allocator.h | 248 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 251 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY() 256 *__free_list = __result->_M_free_list_link; in _GLIBCXX_VISIBILITY() 285 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 289 __q ->_M_free_list_link = *__free_list; in _GLIBCXX_VISIBILITY() 290 *__free_list = __q; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/ |
A D | pool_allocator.h | 247 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 250 _Obj* __restrict__ __result = *__free_list; in _GLIBCXX_VISIBILITY() 255 *__free_list = __result->_M_free_list_link; in _GLIBCXX_VISIBILITY() 283 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in _GLIBCXX_VISIBILITY() local 287 __q ->_M_free_list_link = *__free_list; in _GLIBCXX_VISIBILITY() 288 *__free_list = __q; in _GLIBCXX_VISIBILITY()
|