Project
Loading...
Searching...
No Matches
o2::its::SlabSink< T, Mode >::Config Struct Reference

#include <SlabBumpAllocator.h>

Public Attributes

size_t capacity {0}
 predicted number of slots
 
int nThreads {1}
 workers that will feed this sink
 
int nConcurrentSinks {1}
 sinks that may be alive on the same pool at the same time
 
size_t slabOverride {0}
 0: derive the slab size from the granted capacity
 

Detailed Description

template<typename T, SlabMode Mode>
struct o2::its::SlabSink< T, Mode >::Config

Definition at line 114 of file SlabBumpAllocator.h.

Member Data Documentation

◆ capacity

template<typename T , SlabMode Mode>
size_t o2::its::SlabSink< T, Mode >::Config::capacity {0}

predicted number of slots

Definition at line 115 of file SlabBumpAllocator.h.

◆ nConcurrentSinks

template<typename T , SlabMode Mode>
int o2::its::SlabSink< T, Mode >::Config::nConcurrentSinks {1}

sinks that may be alive on the same pool at the same time

Definition at line 117 of file SlabBumpAllocator.h.

◆ nThreads

template<typename T , SlabMode Mode>
int o2::its::SlabSink< T, Mode >::Config::nThreads {1}

workers that will feed this sink

Definition at line 116 of file SlabBumpAllocator.h.

◆ slabOverride

template<typename T , SlabMode Mode>
size_t o2::its::SlabSink< T, Mode >::Config::slabOverride {0}

0: derive the slab size from the granted capacity

Definition at line 118 of file SlabBumpAllocator.h.


The documentation for this struct was generated from the following file: