Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h382 using alloc_base_type = BaseAllocatorType; variable
385 using value_type = typename alloc_base_type::value_type;
398 …StaticSharedCountingAllocator( const StaticSharedCountingAllocator<U>& other) : alloc_base_type(ot… in StaticSharedCountingAllocator()
403 : alloc_base_type(src) {} in StaticSharedCountingAllocator()
415 return static_cast<alloc_base_type*>(this)->allocate(n); in allocate()
421 static_cast<alloc_base_type*>(this)->deallocate(ptr, n); in deallocate()