Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp251 typedef _STLP_atomic_freelist::item _Obj; typedef in __node_alloc_impl
261 typedef _Node_alloc_obj _Obj; typedef in __node_alloc_impl
262 typedef _Obj* _STLP_VOLATILE _Freelist;
263 typedef _Obj* _ChunkList;
268 static _Obj* _S_refill(size_t __n);
320 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); in _M_allocate()
321 _Obj *__r; in _M_allocate()
341 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); in _M_deallocate()
342 _Obj * __pobj = __STATIC_CAST(_Obj*, __p); in _M_deallocate()
356 # define _STLP_OFFSET sizeof(_Obj)
[all …]