WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::node_pool Struct Reference

Tag type defining a memory pool optimized for nodes. More...

#include <wpi/memory/memory_pool_type.hpp>

Public Types

using type = detail::node_free_memory_list
 

Detailed Description

Tag type defining a memory pool optimized for nodes.

It does not support array allocations that great and may trigger a growth even if there is enough memory. But it is the fastest pool type.

Member Typedef Documentation

◆ type


The documentation for this struct was generated from the following file: