_Obj
union _Obj* _M_free_list_link;
static _Obj* __VOLATILE _S_free_list[];
static _Obj* __VOLATILE _S_free_list[_NFREELISTS];
_Obj* __VOLATILE* __my_free_list;
_Obj* __RESTRICT __result;
_Obj* __q = (_Obj*)__p;
_Obj* __VOLATILE* __my_free_list;
_Obj* __VOLATILE* __my_free_list =
((_Obj*)_S_start_free) -> _M_free_list_link = *__my_free_list;
*__my_free_list = (_Obj*)_S_start_free;
_Obj* __VOLATILE* __my_free_list;
_Obj* __p;
_Obj* __VOLATILE* __my_free_list;
_Obj* __result;
_Obj* __current_obj;
_Obj* __next_obj;
__result = (_Obj*)__chunk;
*__my_free_list = __next_obj = (_Obj*)(__chunk + __n);
__next_obj = (_Obj*)((char*)__next_obj + __n);
__default_alloc_template<__threads, __inst>::_Obj* __VOLATILE