Home
last modified time | relevance | path

Searched refs:_STLP_atomic_freelist (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dlock_free_slist.h34 class _STLP_atomic_freelist {
43 _STLP_atomic_freelist() { in _STLP_atomic_freelist() function
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() { in _STLP_atomic_freelist() function
293 _STLP_atomic_freelist(const _STLP_atomic_freelist&);
294 _STLP_atomic_freelist& operator = (const _STLP_atomic_freelist&);
Dallocators.cpp251 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;