OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STLP_atomic_freelist
(Results
1 - 4
of
4
) sorted by null
/external/stlport/src/
lock_free_slist.h
34
class
_STLP_atomic_freelist
{
43
_STLP_atomic_freelist
() {
140
_STLP_atomic_freelist
(const
_STLP_atomic_freelist
&);
141
_STLP_atomic_freelist
& operator=(const
_STLP_atomic_freelist
&);
180
class
_STLP_atomic_freelist
{
193
_STLP_atomic_freelist
() {
293
_STLP_atomic_freelist
(const
_STLP_atomic_freelist
&)
[
all
...]
allocators.cpp
201
* We have an implementation of the atomic freelist (
_STLP_atomic_freelist
)
251
typedef
_STLP_atomic_freelist
::item _Obj;
252
typedef
_STLP_atomic_freelist
_Freelist;
253
typedef
_STLP_atomic_freelist
_ChunkList;
257
struct _FreeBlockHeader : public
_STLP_atomic_freelist
::item {
283
static
_STLP_atomic_freelist
_S_free_mem_blocks;
718
_STLP_atomic_freelist
__node_alloc_impl::_S_free_list[_STLP_NFREELISTS];
719
_STLP_atomic_freelist
__node_alloc_impl::_S_free_mem_blocks;
736
_STLP_atomic_freelist
__node_alloc_impl::_S_chunks;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h
34
class
_STLP_atomic_freelist
{
43
_STLP_atomic_freelist
() {
140
_STLP_atomic_freelist
(const
_STLP_atomic_freelist
&);
141
_STLP_atomic_freelist
& operator=(const
_STLP_atomic_freelist
&);
180
class
_STLP_atomic_freelist
{
193
_STLP_atomic_freelist
() {
293
_STLP_atomic_freelist
(const
_STLP_atomic_freelist
&)
[
all
...]
allocators.cpp
201
* We have an implementation of the atomic freelist (
_STLP_atomic_freelist
)
251
typedef
_STLP_atomic_freelist
::item _Obj;
252
typedef
_STLP_atomic_freelist
_Freelist;
253
typedef
_STLP_atomic_freelist
_ChunkList;
257
struct _FreeBlockHeader : public
_STLP_atomic_freelist
::item {
283
static
_STLP_atomic_freelist
_S_free_mem_blocks;
718
_STLP_atomic_freelist
__node_alloc_impl::_S_free_list[_STLP_NFREELISTS];
719
_STLP_atomic_freelist
__node_alloc_impl::_S_free_mem_blocks;
736
_STLP_atomic_freelist
__node_alloc_impl::_S_chunks;
[
all
...]
Completed in 43 milliseconds