#include <wpi/memory/detail/small_free_list.hpp>
◆ chunk_base() [1/2]
wpi::memory::detail::chunk_base::chunk_base |
( |
| ) |
|
|
defaultnoexcept |
◆ chunk_base() [2/2]
wpi::memory::detail::chunk_base::chunk_base |
( |
unsigned char | no | ) |
|
|
inlinenoexcept |
◆ capacity
unsigned char wpi::memory::detail::chunk_base::capacity = 0 |
◆ first_free
unsigned char wpi::memory::detail::chunk_base::first_free = 0 |
◆ next
chunk_base* wpi::memory::detail::chunk_base::next = this |
◆ no_nodes
unsigned char wpi::memory::detail::chunk_base::no_nodes = 0 |
◆ prev
chunk_base* wpi::memory::detail::chunk_base::prev = this |
The documentation for this struct was generated from the following file: