Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_alloc.h324 class __default_alloc_template {
384 __default_alloc_template() { in __default_alloc_template() function
455 typedef __default_alloc_template<__NODE_ALLOCATOR_THREADS, 0> alloc;
456 typedef __default_alloc_template<false, 0> single_client_alloc;
466 __default_alloc_template<__threads, __inst>::_S_chunk_alloc(size_t __size, in _S_chunk_alloc()
532 __default_alloc_template<__threads, __inst>::_S_refill(size_t __n) in _S_refill()
563 __default_alloc_template<threads, inst>::reallocate(void* __p, in reallocate()
584 __default_alloc_template<__threads, __inst>::_S_node_allocator_lock
591 __default_alloc_template<__threads, __inst>::_S_node_allocator_lock
598 __default_alloc_template<__threads, __inst>::
[all …]
H A Dalloc.h30 using __STD::__default_alloc_template;
/haiku/src/libs/stdc++/legacy/
H A Dstlinst.cc7 template class __default_alloc_template<__NODE_ALLOCATOR_THREADS, 0>; variable