OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:per_thread_allocator
(Results
1 - 9
of
9
) 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/5/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/6/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/7/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/8/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
...]
/external/stlport/test/unit/
allocator_test.cpp
87
typedef vector<int,
per_thread_allocator
<int> > thread_vector;
/ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp
87
typedef vector<int,
per_thread_allocator
<int> > thread_vector;
/ndk/tests/device/test-stlport/unit/
allocator_test.cpp
87
typedef vector<int,
per_thread_allocator
<int> > thread_vector;
Completed in 285 milliseconds