WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
memory_pool_type.hpp File Reference

The PoolType tag types. More...

#include <type_traits>
#include "detail/free_list.hpp"
#include "detail/small_free_list.hpp"
#include "config.hpp"

Go to the source code of this file.

Classes

struct  wpi::memory::node_pool
 Tag type defining a memory pool optimized for nodes. More...
 
struct  wpi::memory::array_pool
 Tag type defining a memory pool optimized for arrays. More...
 
struct  wpi::memory::small_node_pool
 Tag type defining a memory pool optimized for small nodes. More...
 

Namespaces

namespace  wpi
 Foonathan namespace.
 
namespace  wpi::memory
 Memory namespace.
 

Detailed Description

The PoolType tag types.