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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 100 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 148 _M_check_threshold(size_t __bytes)
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes)
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...]
codecvt_specializations.h 90 int __ibom = 0, int __ebom = 0, int __bytes = 1)
92 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 100 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 148 _M_check_threshold(size_t __bytes)
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes)
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...]
codecvt_specializations.h 90 int __ibom = 0, int __ebom = 0, int __bytes = 1)
92 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h 100 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 148 _M_check_threshold(size_t __bytes)
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes)
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...]
codecvt_specializations.h 90 int __ibom = 0, int __ebom = 0, int __bytes = 1)
92 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 100 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 148 _M_check_threshold(size_t __bytes)
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes)
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...]
codecvt_specializations.h 90 int __ibom = 0, int __ebom = 0, int __bytes = 1)
92 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes)
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 100 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 148 _M_check_threshold(size_t __bytes)
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes)
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...]
codecvt_specializations.h 90 int __ibom = 0, int __ebom = 0, int __bytes = 1)
92 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 100 _M_round_up(size_t __bytes)
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_cast<size_t>(_S_max_bytes) || _S_force_new > 0
    [all...]
mt_allocator.h 148 _M_check_threshold(size_t __bytes)
149 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
152 _M_get_binmap(size_t __bytes)
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...]
codecvt_specializations.h 90 int __ibom = 0, int __ebom = 0, int __bytes = 1)
92 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes)
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
allocators.cpp 60 inline char* __stlp_new_chunk(size_t __bytes) {
61 void *__chunk = _STLP_CHECK_NULL_ALLOC(::operator new(__bytes, __FILE__, __LINE__));
68 inline char* __stlp_new_chunk(size_t __bytes) {
70 void *__chunk = _STLP_VENDOR_CSTD::malloc(__bytes);
78 inline char* __stlp_new_chunk(size_t __bytes)
79 { return __STATIC_CAST(char*, _STLP_STD::__stl_new(__bytes)); }
120 #define _S_FREELIST_INDEX(__bytes) ((__bytes - size_t(1)) >> (int)_ALIGN_SHIFT)
247 static inline size_t _STLP_CALL _S_round_up(size_t __bytes)
248 { return (((__bytes) + (size_t)_ALIGN-1) & ~((size_t)_ALIGN - 1));
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
allocators.cpp 60 inline char* __stlp_new_chunk(size_t __bytes) {
61 void *__chunk = _STLP_CHECK_NULL_ALLOC(::operator new(__bytes, __FILE__, __LINE__));
68 inline char* __stlp_new_chunk(size_t __bytes) {
70 void *__chunk = _STLP_VENDOR_CSTD::malloc(__bytes);
78 inline char* __stlp_new_chunk(size_t __bytes)
79 { return __STATIC_CAST(char*, _STLP_STD::__stl_new(__bytes)); }
120 #define _S_FREELIST_INDEX(__bytes) ((__bytes - size_t(1)) >> (int)_ALIGN_SHIFT)
247 static inline size_t _STLP_CALL _S_round_up(size_t __bytes)
248 { return (((__bytes) + (size_t)_ALIGN-1) & ~((size_t)_ALIGN - 1));
    [all...]

Completed in 725 milliseconds