HomeSort by relevance Sort by last modified time
    Searched defs:__bytes (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 144 _M_check_threshold(size_t __bytes)
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
148 _M_get_binmap(size_t __bytes)
149 { return _M_binmap[__bytes]; }
221 _M_reserve_block(size_t __bytes, const size_t __thread_id);
224 _M_reclaim_block(char* __p, size_t __bytes);
332 _M_reserve_block(size_t __bytes, const size_t __thread_id);
335 _M_reclaim_block(char* __p, size_t __bytes);
685 const size_t __bytes = __n * sizeof(_Tp); local
686 if (__pool._M_check_threshold(__bytes))
729 const size_t __bytes = __n * sizeof(_Tp); local
733 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 98 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 146 _M_check_threshold(size_t __bytes)
147 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
150 _M_get_binmap(size_t __bytes)
151 { return _M_binmap[__bytes]; }
223 _M_reserve_block(size_t __bytes, const size_t __thread_id);
226 _M_reclaim_block(char* __p, size_t __bytes) throw ();
334 _M_reserve_block(size_t __bytes, const size_t __thread_id);
337 _M_reclaim_block(char* __p, size_t __bytes) throw ();
687 const size_t __bytes = __n * sizeof(_Tp); local
688 if (__pool._M_check_threshold(__bytes))
731 const size_t __bytes = __n * sizeof(_Tp); local
735 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 98 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 146 _M_check_threshold(size_t __bytes)
147 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
150 _M_get_binmap(size_t __bytes)
151 { return _M_binmap[__bytes]; }
223 _M_reserve_block(size_t __bytes, const size_t __thread_id);
226 _M_reclaim_block(char* __p, size_t __bytes) throw ();
334 _M_reserve_block(size_t __bytes, const size_t __thread_id);
337 _M_reclaim_block(char* __p, size_t __bytes) throw ();
687 const size_t __bytes = __n * sizeof(_Tp); local
688 if (__pool._M_check_threshold(__bytes))
731 const size_t __bytes = __n * sizeof(_Tp); local
735 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 144 _M_check_threshold(size_t __bytes)
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
148 _M_get_binmap(size_t __bytes)
149 { return _M_binmap[__bytes]; }
221 _M_reserve_block(size_t __bytes, const size_t __thread_id);
224 _M_reclaim_block(char* __p, size_t __bytes);
332 _M_reserve_block(size_t __bytes, const size_t __thread_id);
335 _M_reclaim_block(char* __p, size_t __bytes);
685 const size_t __bytes = __n * sizeof(_Tp); local
686 if (__pool._M_check_threshold(__bytes))
729 const size_t __bytes = __n * sizeof(_Tp); local
733 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 144 _M_check_threshold(size_t __bytes)
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
148 _M_get_binmap(size_t __bytes)
149 { return _M_binmap[__bytes]; }
221 _M_reserve_block(size_t __bytes, const size_t __thread_id);
224 _M_reclaim_block(char* __p, size_t __bytes);
332 _M_reserve_block(size_t __bytes, const size_t __thread_id);
335 _M_reclaim_block(char* __p, size_t __bytes);
685 const size_t __bytes = __n * sizeof(_Tp); local
686 if (__pool._M_check_threshold(__bytes))
729 const size_t __bytes = __n * sizeof(_Tp); local
733 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 144 _M_check_threshold(size_t __bytes)
145 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
148 _M_get_binmap(size_t __bytes)
149 { return _M_binmap[__bytes]; }
221 _M_reserve_block(size_t __bytes, const size_t __thread_id);
224 _M_reclaim_block(char* __p, size_t __bytes);
332 _M_reserve_block(size_t __bytes, const size_t __thread_id);
335 _M_reclaim_block(char* __p, size_t __bytes);
685 const size_t __bytes = __n * sizeof(_Tp); local
686 if (__pool._M_check_threshold(__bytes))
729 const size_t __bytes = __n * sizeof(_Tp); local
733 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]

Completed in 193 milliseconds