Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp286 static char* _S_start_free; member in __node_alloc_impl
368 size_t __bytes_left = _S_end_free - _S_start_free; in _S_chunk_alloc()
372 __result = _S_start_free; in _S_chunk_alloc()
373 _S_start_free += __total_bytes; in _S_chunk_alloc()
380 __result = _S_start_free; in _S_chunk_alloc()
381 _S_start_free += __total_bytes; in _S_chunk_alloc()
387 __REINTERPRET_CAST(_Obj*, _S_start_free)->_M_next = *__my_free_list; in _S_chunk_alloc()
388 *__my_free_list = __REINTERPRET_CAST(_Obj*, _S_start_free); in _S_chunk_alloc()
389 _S_start_free = _S_end_free = 0; in _S_chunk_alloc()
395 _S_start_free = __stlp_new_chunk(__bytes_to_get); in _S_chunk_alloc()
[all …]