class caching_freelist

Declaration

template <typename T, typename Alloc = std::allocator<T>>
class caching_freelist { /* full declaration omitted */ };

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/freelist.hpp:18

Method Overview

Methods

T* allocate()

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/freelist.hpp:29

caching_freelist<T, Alloc>(std::size_t n = 0)

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/freelist.hpp:24

Parameters

std::size_t n = 0

void deallocate(T* n)

Declared at: libs/pika/concurrency/include/pika/concurrency/detail/freelist.hpp:34

Parameters

T* n