WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
pool.hpp File Reference
#include <cstddef>
#include <memory>
#include <gch/small_vector.hpp>
#include "sleipnir/util/symbol_exports.hpp"

Go to the source code of this file.

Classes

class  slp::PoolResource
 This class implements a pool memory resource. More...
 
class  slp::PoolAllocator< T >
 This class is an allocator for the pool resource. More...
 

Namespaces

namespace  slp
 

Functions

SLEIPNIR_DLLEXPORT PoolResourceslp::global_pool_resource ()
 Returns a global pool memory resource.
 
template<typename T >
PoolAllocator< T > slp::global_pool_allocator ()
 Returns an allocator for a global pool memory resource.