![]() |
Project
|
#include <SlabBumpAllocator.h>
Public Attributes | |
| size_t | requested {0} |
| slots the caller predicted it would need | |
| size_t | capacity {0} |
| slots the memory pool actually granted | |
| size_t | emitted {0} |
| size_t | spilled {0} |
| bool | overflowed {false} |
| something did not fit into the staging area | |
| bool | memoryLimited {false} |
| the pool granted less than was requested | |
Definition at line 99 of file SlabBumpAllocator.h.
| size_t o2::its::SlabSinkStats::capacity {0} |
slots the memory pool actually granted
Definition at line 101 of file SlabBumpAllocator.h.
| size_t o2::its::SlabSinkStats::emitted {0} |
Definition at line 102 of file SlabBumpAllocator.h.
| bool o2::its::SlabSinkStats::memoryLimited {false} |
the pool granted less than was requested
Definition at line 105 of file SlabBumpAllocator.h.
| bool o2::its::SlabSinkStats::overflowed {false} |
something did not fit into the staging area
Definition at line 104 of file SlabBumpAllocator.h.
| size_t o2::its::SlabSinkStats::requested {0} |
slots the caller predicted it would need
Definition at line 100 of file SlabBumpAllocator.h.
| size_t o2::its::SlabSinkStats::spilled {0} |
Definition at line 103 of file SlabBumpAllocator.h.