Searched refs:_M_free_list_link (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libstdcxx-60/src/
H A Dpool_allocator.cc87 ((_Obj*)(void*)_S_start_free)->_M_free_list_link = *__free_list;
109 *__free_list = __p->_M_free_list_link;
153 __current_obj->_M_free_list_link = 0;
157 __current_obj->_M_free_list_link = __next_obj;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dpool_allocator.h91 union _Obj* _M_free_list_link; member in union:__pool_alloc_base::_Obj
227 *__free_list = __result->_M_free_list_link;
252 __q ->_M_free_list_link = *__free_list;

Completed in 113 milliseconds