Home | History | Annotate | Download | only in src

Lines Matching refs:_STLP_atomic_freelist

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;