Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_alloc.h339 union _Obj { union
340 union _Obj* _M_free_list_link;
345 static _Obj* __VOLATILE _S_free_list[];
348 static _Obj* __VOLATILE _S_free_list[_NFREELISTS];
407 _Obj* __VOLATILE* __my_free_list; in allocate()
408 _Obj* __RESTRICT __result; in allocate()
433 _Obj* __q = (_Obj*)__p; in deallocate()
434 _Obj* __VOLATILE* __my_free_list; in deallocate()
488 _Obj* __VOLATILE* __my_free_list = in _S_chunk_alloc()
491 ((_Obj*)_S_start_free) -> _M_free_list_link = *__my_free_list; in _S_chunk_alloc()
[all …]