Searched refs:_S_start_free (Results 1 – 2 of 2) sorted by relevance
65 size_t __bytes_left = _S_end_free - _S_start_free; in _M_allocate_chunk()69 __result = _S_start_free; in _M_allocate_chunk()70 _S_start_free += __total_bytes; in _M_allocate_chunk()77 __result = _S_start_free; in _M_allocate_chunk()78 _S_start_free += __total_bytes; in _M_allocate_chunk()87 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list; in _M_allocate_chunk()88 *__free_list = (_Obj*)(void*)_S_start_free; in _M_allocate_chunk()95 _S_start_free = static_cast<char*>(::operator new(__bytes_to_get)); in _M_allocate_chunk()110 _S_start_free = (char*)__p; in _M_allocate_chunk()111 _S_end_free = _S_start_free + __i; in _M_allocate_chunk()[all …]
98 static char* _S_start_free; variable