WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
Pool.hpp File Reference
#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 PoolResourcesleipnir::GlobalPoolResource ()
 Returns a global pool memory resource.
 
template<typename T >
PoolAllocator< T > sleipnir::GlobalPoolAllocator ()
 Returns an allocator for a global pool memory resource.