Home
last modified time | relevance | path

Searched defs:__my_free_list (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp320 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); in _M_allocate() local
341 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); in _M_deallocate() local
386 _Obj* _STLP_VOLATILE* __my_free_list = _S_free_list + _S_FREELIST_INDEX(__bytes_left); in _S_chunk_alloc() local
399 _Obj* _STLP_VOLATILE* __my_free_list; in _S_chunk_alloc() local
440 _Obj* _STLP_VOLATILE* __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); in _S_refill() local
857 __obj * volatile * __my_free_list; in _M_refill() local
960 __obj * volatile * __my_free_list = __a->__free_list + _S_freelist_index(__bytes_left); in _S_chunk_alloc() local
992 __obj * volatile * __my_free_list; in allocate() local
1017 __obj * volatile * __my_free_list; in deallocate() local
1036 __obj * volatile * __my_free_list; in allocate() local
[all …]