Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: