WPILibC++ 2025.1.1
|
#include <cstddef>
#include <memory>
#include <wpi/SmallVector.h>
#include "sleipnir/util/SymbolExports.hpp"
Go to the source code of this file.
Classes | |
class | sleipnir::PoolResource |
This class implements a pool memory resource. More... | |
class | sleipnir::PoolAllocator< T > |
This class is an allocator for the pool resource. More... | |
Namespaces | |
namespace | sleipnir |
Functions | |
SLEIPNIR_DLLEXPORT PoolResource & | sleipnir::GlobalPoolResource () |
Returns a global pool memory resource. | |
template<typename T > | |
PoolAllocator< T > | sleipnir::GlobalPoolAllocator () |
Returns an allocator for a global pool memory resource. | |