HomeSort by: relevance | last modified time | path
    Searched defs:__bytes (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/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 ();
225 const size_t __bytes = __n * sizeof(_Tp); local
231 return static_cast<_Tp*>(::operator new(__bytes, __al));
246 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 __ret = static_cast<_Tp*>(::operator new(__bytes));
250 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
255 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
282 const size_t __bytes = __n * sizeof(_Tp) local
    [all...]
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 ();
225 const size_t __bytes = __n * sizeof(_Tp); local
231 return static_cast<_Tp*>(::operator new(__bytes, __al));
246 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 __ret = static_cast<_Tp*>(::operator new(__bytes));
250 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
255 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
282 const size_t __bytes = __n * sizeof(_Tp) local
    [all...]
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 ();
225 const size_t __bytes = __n * sizeof(_Tp); local
231 return static_cast<_Tp*>(::operator new(__bytes, __al));
246 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 __ret = static_cast<_Tp*>(::operator new(__bytes));
250 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
255 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
282 const size_t __bytes = __n * sizeof(_Tp) local
    [all...]
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 ();
225 const size_t __bytes = __n * sizeof(_Tp); local
231 return static_cast<_Tp*>(::operator new(__bytes, __al));
246 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 __ret = static_cast<_Tp*>(::operator new(__bytes));
250 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
255 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
282 const size_t __bytes = __n * sizeof(_Tp) local
    [all...]
mt_allocator.h 149 _M_check_threshold(size_t __bytes)
150 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
153 _M_get_binmap(size_t __bytes)
154 { return _M_binmap[__bytes]; }
226 _M_reserve_block(size_t __bytes, const size_t __thread_id);
229 _M_reclaim_block(char* __p, size_t __bytes) throw ();
337 _M_reserve_block(size_t __bytes, const size_t __thread_id);
340 _M_reclaim_block(char* __p, size_t __bytes) throw ();
710 const size_type __bytes = __n * sizeof(_Tp); local
711 if (__pool._M_check_threshold(__bytes))
763 const size_type __bytes = __n * sizeof(_Tp); local
767 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
mt_allocator.h 149 _M_check_threshold(size_t __bytes)
150 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
153 _M_get_binmap(size_t __bytes)
154 { return _M_binmap[__bytes]; }
226 _M_reserve_block(size_t __bytes, const size_t __thread_id);
229 _M_reclaim_block(char* __p, size_t __bytes) throw ();
337 _M_reserve_block(size_t __bytes, const size_t __thread_id);
340 _M_reclaim_block(char* __p, size_t __bytes) throw ();
710 const size_type __bytes = __n * sizeof(_Tp); local
711 if (__pool._M_check_threshold(__bytes))
763 const size_type __bytes = __n * sizeof(_Tp); local
767 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
mt_allocator.h 149 _M_check_threshold(size_t __bytes)
150 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
153 _M_get_binmap(size_t __bytes)
154 { return _M_binmap[__bytes]; }
226 _M_reserve_block(size_t __bytes, const size_t __thread_id);
229 _M_reclaim_block(char* __p, size_t __bytes) throw ();
337 _M_reserve_block(size_t __bytes, const size_t __thread_id);
340 _M_reclaim_block(char* __p, size_t __bytes) throw ();
710 const size_type __bytes = __n * sizeof(_Tp); local
711 if (__pool._M_check_threshold(__bytes))
763 const size_type __bytes = __n * sizeof(_Tp); local
767 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
mt_allocator.h 149 _M_check_threshold(size_t __bytes)
150 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
153 _M_get_binmap(size_t __bytes)
154 { return _M_binmap[__bytes]; }
226 _M_reserve_block(size_t __bytes, const size_t __thread_id);
229 _M_reclaim_block(char* __p, size_t __bytes) throw ();
337 _M_reserve_block(size_t __bytes, const size_t __thread_id);
340 _M_reclaim_block(char* __p, size_t __bytes) throw ();
710 const size_type __bytes = __n * sizeof(_Tp); local
711 if (__pool._M_check_threshold(__bytes))
763 const size_type __bytes = __n * sizeof(_Tp); local
767 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/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 ();
223 const size_t __bytes = __n * sizeof(_Tp); local
229 return static_cast<_Tp*>(::operator new(__bytes, __al));
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
245 __ret = static_cast<_Tp*>(::operator new(__bytes));
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
253 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
280 const size_t __bytes = __n * sizeof(_Tp) local
    [all...]
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 ();
223 const size_t __bytes = __n * sizeof(_Tp); local
229 return static_cast<_Tp*>(::operator new(__bytes, __al));
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
245 __ret = static_cast<_Tp*>(::operator new(__bytes));
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
253 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
280 const size_t __bytes = __n * sizeof(_Tp) local
    [all...]
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 ();
223 const size_t __bytes = __n * sizeof(_Tp); local
229 return static_cast<_Tp*>(::operator new(__bytes, __al));
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
245 __ret = static_cast<_Tp*>(::operator new(__bytes));
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
253 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
280 const size_t __bytes = __n * sizeof(_Tp) local
    [all...]
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 ();
223 const size_t __bytes = __n * sizeof(_Tp); local
229 return static_cast<_Tp*>(::operator new(__bytes, __al));
244 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
245 __ret = static_cast<_Tp*>(::operator new(__bytes));
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
253 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
280 const size_t __bytes = __n * sizeof(_Tp) local
    [all...]
mt_allocator.h 147 _M_check_threshold(size_t __bytes)
148 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
151 _M_get_binmap(size_t __bytes)
152 { return _M_binmap[__bytes]; }
224 _M_reserve_block(size_t __bytes, const size_t __thread_id);
227 _M_reclaim_block(char* __p, size_t __bytes) throw ();
335 _M_reserve_block(size_t __bytes, const size_t __thread_id);
338 _M_reclaim_block(char* __p, size_t __bytes) throw ();
708 const size_type __bytes = __n * sizeof(_Tp); local
709 if (__pool._M_check_threshold(__bytes))
761 const size_type __bytes = __n * sizeof(_Tp); local
765 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
mt_allocator.h 147 _M_check_threshold(size_t __bytes)
148 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
151 _M_get_binmap(size_t __bytes)
152 { return _M_binmap[__bytes]; }
224 _M_reserve_block(size_t __bytes, const size_t __thread_id);
227 _M_reclaim_block(char* __p, size_t __bytes) throw ();
335 _M_reserve_block(size_t __bytes, const size_t __thread_id);
338 _M_reclaim_block(char* __p, size_t __bytes) throw ();
708 const size_type __bytes = __n * sizeof(_Tp); local
709 if (__pool._M_check_threshold(__bytes))
761 const size_type __bytes = __n * sizeof(_Tp); local
765 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
mt_allocator.h 147 _M_check_threshold(size_t __bytes)
148 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
151 _M_get_binmap(size_t __bytes)
152 { return _M_binmap[__bytes]; }
224 _M_reserve_block(size_t __bytes, const size_t __thread_id);
227 _M_reclaim_block(char* __p, size_t __bytes) throw ();
335 _M_reserve_block(size_t __bytes, const size_t __thread_id);
338 _M_reclaim_block(char* __p, size_t __bytes) throw ();
708 const size_type __bytes = __n * sizeof(_Tp); local
709 if (__pool._M_check_threshold(__bytes))
761 const size_type __bytes = __n * sizeof(_Tp); local
765 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
mt_allocator.h 147 _M_check_threshold(size_t __bytes)
148 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
151 _M_get_binmap(size_t __bytes)
152 { return _M_binmap[__bytes]; }
224 _M_reserve_block(size_t __bytes, const size_t __thread_id);
227 _M_reclaim_block(char* __p, size_t __bytes) throw ();
335 _M_reserve_block(size_t __bytes, const size_t __thread_id);
338 _M_reclaim_block(char* __p, size_t __bytes) throw ();
708 const size_type __bytes = __n * sizeof(_Tp); local
709 if (__pool._M_check_threshold(__bytes))
761 const size_type __bytes = __n * sizeof(_Tp); local
765 __pool._M_reclaim_block(reinterpret_cast<char*>(__p), __bytes); local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_conv.h 320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);
locale_conv.h 320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);
locale_conv.h 320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);
locale_conv.h 320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_conv.h 320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);
locale_conv.h 320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);
locale_conv.h 320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);
locale_conv.h 320 char __bytes[2] = { __byte }; local
321 return from_bytes(__bytes, __bytes+1);

Completed in 119 milliseconds