Searched defs:__bytes (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dpool_allocator.h100 _M_round_up(size_t __bytes) argument
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
104 _M_get_free_list(size_t __bytes) throw ();
233 const size_t __bytes = __n * sizeof(_Tp); local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
262 const size_t __bytes = __n * sizeof(_Tp); local
263 if (__bytes > static_cas
[all...]
H A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) argument
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes) argument
153 { return _M_binmap[__bytes]; }
225 _M_reserve_block(size_t __bytes, const size_t __thread_id);
228 _M_reclaim_block(char* __p, size_t __bytes) throw ();
336 _M_reserve_block(size_t __bytes, const size_t __thread_id);
339 _M_reclaim_block(char* __p, size_t __bytes) throw ();
699 const size_t __bytes = __n * sizeof(_Tp); local
700 if (__pool._M_check_threshold(__bytes))
743 const size_t __bytes = __n * sizeof(_Tp); local
747 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dpool_allocator.h100 _M_round_up(size_t __bytes) argument
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
104 _M_get_free_list(size_t __bytes) throw ();
233 const size_t __bytes = __n * sizeof(_Tp); local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
262 const size_t __bytes = __n * sizeof(_Tp); local
263 if (__bytes > static_cas
[all...]
H A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) argument
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes) argument
153 { return _M_binmap[__bytes]; }
225 _M_reserve_block(size_t __bytes, const size_t __thread_id);
228 _M_reclaim_block(char* __p, size_t __bytes) throw ();
336 _M_reserve_block(size_t __bytes, const size_t __thread_id);
339 _M_reclaim_block(char* __p, size_t __bytes) throw ();
699 const size_t __bytes = __n * sizeof(_Tp); local
700 if (__pool._M_check_threshold(__bytes))
743 const size_t __bytes = __n * sizeof(_Tp); local
747 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dpool_allocator.h100 _M_round_up(size_t __bytes) argument
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
104 _M_get_free_list(size_t __bytes) throw ();
233 const size_t __bytes = __n * sizeof(_Tp); local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
262 const size_t __bytes = __n * sizeof(_Tp); local
263 if (__bytes > static_cas
[all...]
H A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) argument
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes) argument
153 { return _M_binmap[__bytes]; }
225 _M_reserve_block(size_t __bytes, const size_t __thread_id);
228 _M_reclaim_block(char* __p, size_t __bytes) throw ();
336 _M_reserve_block(size_t __bytes, const size_t __thread_id);
339 _M_reclaim_block(char* __p, size_t __bytes) throw ();
699 const size_t __bytes = __n * sizeof(_Tp); local
700 if (__pool._M_check_threshold(__bytes))
743 const size_t __bytes = __n * sizeof(_Tp); local
747 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dpool_allocator.h100 _M_round_up(size_t __bytes) argument
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
104 _M_get_free_list(size_t __bytes) throw ();
233 const size_t __bytes = __n * sizeof(_Tp); local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
262 const size_t __bytes = __n * sizeof(_Tp); local
263 if (__bytes > static_cas
[all...]
H A Dmt_allocator.h148 _M_check_threshold(size_t __bytes) argument
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes) argument
153 { return _M_binmap[__bytes]; }
225 _M_reserve_block(size_t __bytes, const size_t __thread_id);
228 _M_reclaim_block(char* __p, size_t __bytes) throw ();
336 _M_reserve_block(size_t __bytes, const size_t __thread_id);
339 _M_reclaim_block(char* __p, size_t __bytes) throw ();
699 const size_t __bytes = __n * sizeof(_Tp); local
700 if (__pool._M_check_threshold(__bytes))
743 const size_t __bytes = __n * sizeof(_Tp); local
747 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h96 _M_round_up(size_t __bytes) argument
97 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
100 _M_get_free_list(size_t __bytes);
217 const size_t __bytes = __n * sizeof(_Tp); local
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
222 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
246 const size_t __bytes = __n * sizeof(_Tp); local
247 if (__bytes > static_cas
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h96 _M_round_up(size_t __bytes) argument
97 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
100 _M_get_free_list(size_t __bytes);
217 const size_t __bytes = __n * sizeof(_Tp); local
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
222 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
246 const size_t __bytes = __n * sizeof(_Tp); local
247 if (__bytes > static_cas
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h96 _M_round_up(size_t __bytes) argument
97 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
100 _M_get_free_list(size_t __bytes);
217 const size_t __bytes = __n * sizeof(_Tp); local
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
222 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
246 const size_t __bytes = __n * sizeof(_Tp); local
247 if (__bytes > static_cas
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
H A Dpool_allocator.h96 _M_round_up(size_t __bytes) argument
97 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
100 _M_get_free_list(size_t __bytes);
217 const size_t __bytes = __n * sizeof(_Tp); local
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
219 __ret = static_cast<_Tp*>(::operator new(__bytes));
222 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
246 const size_t __bytes = __n * sizeof(_Tp); local
247 if (__bytes > static_cas
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dpool_allocator.h98 _M_round_up(size_t __bytes) argument
99 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
102 _M_get_free_list(size_t __bytes) throw ();
219 const size_t __bytes = __n * sizeof(_Tp); local
220 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
221 __ret = static_cast<_Tp*>(::operator new(__bytes));
224 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
248 const size_t __bytes = __n * sizeof(_Tp); local
249 if (__bytes > static_cas
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dpool_allocator.h99 _M_round_up(size_t __bytes) argument
100 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
103 _M_get_free_list(size_t __bytes) throw ();
226 const size_t __bytes = __n * sizeof(_Tp); local
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
228 __ret = static_cast<_Tp*>(::operator new(__bytes));
231 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
236 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
255 const size_t __bytes = __n * sizeof(_Tp); local
256 if (__bytes > static_cas
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h98 _M_round_up(size_t __bytes) argument
99 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
102 _M_get_free_list(size_t __bytes) throw ();
219 const size_t __bytes = __n * sizeof(_Tp); local
220 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
221 __ret = static_cast<_Tp*>(::operator new(__bytes));
224 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
248 const size_t __bytes = __n * sizeof(_Tp); local
249 if (__bytes > static_cas
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dpool_allocator.h98 _M_round_up(size_t __bytes) argument
99 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
102 _M_get_free_list(size_t __bytes) throw ();
219 const size_t __bytes = __n * sizeof(_Tp); local
220 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
221 __ret = static_cast<_Tp*>(::operator new(__bytes));
224 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
248 const size_t __bytes = __n * sizeof(_Tp); local
249 if (__bytes > static_cas
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dpool_allocator.h99 _M_round_up(size_t __bytes) argument
100 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
103 _M_get_free_list(size_t __bytes) throw ();
226 const size_t __bytes = __n * sizeof(_Tp); local
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
228 __ret = static_cast<_Tp*>(::operator new(__bytes));
231 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
236 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
255 const size_t __bytes = __n * sizeof(_Tp); local
256 if (__bytes > static_cas
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dpool_allocator.h100 _M_round_up(size_t __bytes) argument
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
104 _M_get_free_list(size_t __bytes) throw ();
233 const size_t __bytes = __n * sizeof(_Tp); local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
262 const size_t __bytes = __n * sizeof(_Tp); local
263 if (__bytes > static_cas
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dpool_allocator.h100 _M_round_up(size_t __bytes) argument
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
104 _M_get_free_list(size_t __bytes) throw ();
233 const size_t __bytes = __n * sizeof(_Tp); local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
262 const size_t __bytes = __n * sizeof(_Tp); local
263 if (__bytes > static_cas
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h99 _M_round_up(size_t __bytes) argument
100 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
103 _M_get_free_list(size_t __bytes) throw ();
226 const size_t __bytes = __n * sizeof(_Tp); local
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
228 __ret = static_cast<_Tp*>(::operator new(__bytes));
231 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
236 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
255 const size_t __bytes = __n * sizeof(_Tp); local
256 if (__bytes > static_cas
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Dpool_allocator.h98 _M_round_up(size_t __bytes) argument
99 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
102 _M_get_free_list(size_t __bytes) throw ();
219 const size_t __bytes = __n * sizeof(_Tp); local
220 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
221 __ret = static_cast<_Tp*>(::operator new(__bytes));
224 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
248 const size_t __bytes = __n * sizeof(_Tp); local
249 if (__bytes > static_cas
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dpool_allocator.h99 _M_round_up(size_t __bytes) argument
100 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
103 _M_get_free_list(size_t __bytes) throw ();
226 const size_t __bytes = __n * sizeof(_Tp); local
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
228 __ret = static_cast<_Tp*>(::operator new(__bytes));
231 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
236 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
255 const size_t __bytes = __n * sizeof(_Tp); local
256 if (__bytes > static_cas
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dpool_allocator.h100 _M_round_up(size_t __bytes) argument
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
104 _M_get_free_list(size_t __bytes) throw ();
233 const size_t __bytes = __n * sizeof(_Tp); local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
262 const size_t __bytes = __n * sizeof(_Tp); local
263 if (__bytes > static_cas
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dpool_allocator.h100 _M_round_up(size_t __bytes) argument
101 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
104 _M_get_free_list(size_t __bytes) throw ();
233 const size_t __bytes = __n * sizeof(_Tp); local
234 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
235 __ret = static_cast<_Tp*>(::operator new(__bytes));
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
243 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
262 const size_t __bytes = __n * sizeof(_Tp); local
263 if (__bytes > static_cas
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dpool_allocator.h99 _M_round_up(size_t __bytes) argument
100 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); }
103 _M_get_free_list(size_t __bytes) throw ();
226 const size_t __bytes = __n * sizeof(_Tp); local
227 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
228 __ret = static_cast<_Tp*>(::operator new(__bytes));
231 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
236 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
255 const size_t __bytes = __n * sizeof(_Tp); local
256 if (__bytes > static_cas
[all...]

Completed in 3046 milliseconds

12