HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 926 - 950 of 1382) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
_rope.h 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
426 // an allocator.
483 // the proper allocator and the properly padded size.
705 _ROPE_SWAP_SPECIALIZATION(char, allocator<char>)
708 _ROPE_SWAP_SPECIALIZATION(wchar_t, allocator<wchar_t>)
    [all...]
_set.h 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
_unordered_set.h 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
186 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 168 // is the maximum number of bytes the allocator can allocate.)
708 std::allocator<char> >::
720 std::allocator<wchar_t> >::
throw_allocator.h 40 * intended to be used as value and allocator types while testing
42 * allocator has additional log and debug features. The exception
783 * @brief Allocator class with logging and exception generation control.
804 // 2103. std::allocator propagate_on_container_move_assignment
811 std::allocator<value_type> _M_allocator;
829 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
897 /// Allocator throwing via limit condition.
918 /// Allocator throwing via random condition.
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
_rope.h 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
426 // an allocator.
483 // the proper allocator and the properly padded size.
705 _ROPE_SWAP_SPECIALIZATION(char, allocator<char>)
708 _ROPE_SWAP_SPECIALIZATION(wchar_t, allocator<wchar_t>)
    [all...]
_set.h 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
_unordered_set.h 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
186 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 168 // is the maximum number of bytes the allocator can allocate.)
708 std::allocator<char> >::
720 std::allocator<wchar_t> >::
throw_allocator.h 40 * intended to be used as value and allocator types while testing
42 * allocator has additional log and debug features. The exception
783 * @brief Allocator class with logging and exception generation control.
804 // 2103. std::allocator propagate_on_container_move_assignment
811 std::allocator<value_type> _M_allocator;
829 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
897 /// Allocator throwing via limit condition.
918 /// Allocator throwing via random condition.
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
_rope.h 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
426 // an allocator.
483 // the proper allocator and the properly padded size.
705 _ROPE_SWAP_SPECIALIZATION(char, allocator<char>)
708 _ROPE_SWAP_SPECIALIZATION(wchar_t, allocator<wchar_t>)
    [all...]
_set.h 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
_unordered_set.h 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
186 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
  /system/sepolicy/vendor/
file_contexts 15 /(vendor|system/vendor)/bin/hw/android\.hardware\.graphics\.allocator@2\.0-service u:object_r:hal_graphics_allocator_default_exec:s0
  /art/runtime/base/
dchecked_vector.h 36 template <typename T, typename Alloc = std::allocator<T>>
190 // Allocator.
  /external/dng_sdk/source/
dng_lens_correction.cpp 1109 host.Allocator ());
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 362 void* Alloc(unsigned bytes) { return dumper_->allocator()->Alloc(bytes); }
  /external/jemalloc/include/jemalloc/
jemalloc.h 22 * Define overrides for non-standard allocator-related functions if they are
152 # define JEMALLOC_ALLOCATOR __declspec(allocator)
322 * so that it is possible to use jemalloc in conjunction with another allocator
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 53 zone_.reset(new Zone(isolate_->allocator(), ZONE_NAME));
  /external/v8/src/
effects.h 183 Zone* zone() { return map_->allocator().zone(); }
fast-accessor-assembler.cc 20 : zone_(isolate->allocator(), ZONE_NAME),
  /external/v8/src/wasm/
module-decoder.cc 792 DecodeResult result = VerifyWasmCode(module_zone->allocator(), body);
1142 AccountingAllocator allocator; local
    [all...]

Completed in 1158 milliseconds

<<31323334353637383940>>