![]() |
Project
|
#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 | |
Definition at line 114 of file SlabBumpAllocator.h.
| size_t o2::its::SlabSink< T, Mode >::Config::capacity {0} |
predicted number of slots
Definition at line 115 of file SlabBumpAllocator.h.
| 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.
| int o2::its::SlabSink< T, Mode >::Config::nThreads {1} |
workers that will feed this sink
Definition at line 116 of file SlabBumpAllocator.h.
| 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.