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

  /external/stlport/stlport/stl/
_pthread_alloc.h 81 // boris : versions for per_thread_allocator
272 // per_thread_allocator<> : this allocator always return memory to the same thread
277 class per_thread_allocator { class
291 typedef per_thread_allocator<_NewType> other;
295 per_thread_allocator() _STLP_NOTHROW {
298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
301 template <class _OtherType> per_thread_allocator(const per_thread_allocator<_OtherType>& __a)
305 ~per_thread_allocator() _STLP_NOTHROW {
373 class _STLP_CLASS_DECLSPEC per_thread_allocator<void> { class
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 81 // boris : versions for per_thread_allocator
272 // per_thread_allocator<> : this allocator always return memory to the same thread
277 class per_thread_allocator { class
291 typedef per_thread_allocator<_NewType> other;
295 per_thread_allocator() _STLP_NOTHROW {
298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
301 template <class _OtherType> per_thread_allocator(const per_thread_allocator<_OtherType>& __a)
305 ~per_thread_allocator() _STLP_NOTHROW {
373 class _STLP_CLASS_DECLSPEC per_thread_allocator<void> { class
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 81 // boris : versions for per_thread_allocator
272 // per_thread_allocator<> : this allocator always return memory to the same thread
277 class per_thread_allocator { class
291 typedef per_thread_allocator<_NewType> other;
295 per_thread_allocator() _STLP_NOTHROW {
298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
301 template <class _OtherType> per_thread_allocator(const per_thread_allocator<_OtherType>& __a)
305 ~per_thread_allocator() _STLP_NOTHROW {
373 class _STLP_CLASS_DECLSPEC per_thread_allocator<void> { class
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 81 // boris : versions for per_thread_allocator
272 // per_thread_allocator<> : this allocator always return memory to the same thread
277 class per_thread_allocator { class
291 typedef per_thread_allocator<_NewType> other;
295 per_thread_allocator() _STLP_NOTHROW {
298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
301 template <class _OtherType> per_thread_allocator(const per_thread_allocator<_OtherType>& __a)
305 ~per_thread_allocator() _STLP_NOTHROW {
373 class _STLP_CLASS_DECLSPEC per_thread_allocator<void> { class
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 81 // boris : versions for per_thread_allocator
272 // per_thread_allocator<> : this allocator always return memory to the same thread
277 class per_thread_allocator { class
291 typedef per_thread_allocator<_NewType> other;
295 per_thread_allocator() _STLP_NOTHROW {
298 per_thread_allocator(const per_thread_allocator<_Tp>& __a) _STLP_NOTHROW : _M_state(__a._M_state){}
301 template <class _OtherType> per_thread_allocator(const per_thread_allocator<_OtherType>& __a)
305 ~per_thread_allocator() _STLP_NOTHROW {
373 class _STLP_CLASS_DECLSPEC per_thread_allocator<void> { class
    [all...]

Completed in 222 milliseconds