OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:per_thread_allocator
(Results
1 - 10
of
10
) 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
...]
/prebuilt/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
...]
/prebuilt/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
...]
/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;
/external/stlport/src/
allocators.cpp
781
// this data member is only to be used by
per_thread_allocator
, which returns memory to the originating thread.
840
// boris : versions for
per_thread_allocator
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
781
// this data member is only to be used by
per_thread_allocator
, which returns memory to the originating thread.
840
// boris : versions for
per_thread_allocator
[
all
...]
/external/stlport/etc/
ChangeLog-5.1
[
all
...]
Completed in 248 milliseconds