#include <wpi/memory/memory_arena.hpp>
◆ allocated_mb
◆ inserted_mb
◆ memory_block_stack() [1/2]
wpi::memory::detail::memory_block_stack::memory_block_stack |
( |
| ) |
|
|
inlinenoexcept |
◆ ~memory_block_stack()
wpi::memory::detail::memory_block_stack::~memory_block_stack |
( |
| ) |
|
|
inlinenoexcept |
◆ memory_block_stack() [2/2]
wpi::memory::detail::memory_block_stack::memory_block_stack |
( |
memory_block_stack && | other | ) |
|
|
inlinenoexcept |
◆ empty()
bool wpi::memory::detail::memory_block_stack::empty |
( |
| ) |
const |
|
inlinenoexcept |
◆ implementation_offset()
static constexpr std::size_t wpi::memory::detail::memory_block_stack::implementation_offset |
( |
| ) |
|
|
inlinestaticconstexprnoexcept |
◆ operator=()
◆ owns()
bool wpi::memory::detail::memory_block_stack::owns |
( |
const void * | ptr | ) |
const |
|
noexcept |
◆ pop()
allocated_mb wpi::memory::detail::memory_block_stack::pop |
( |
| ) |
|
|
noexcept |
◆ push()
void wpi::memory::detail::memory_block_stack::push |
( |
allocated_mb | block | ) |
|
|
noexcept |
◆ size()
std::size_t wpi::memory::detail::memory_block_stack::size |
( |
| ) |
const |
|
noexcept |
◆ steal_top()
◆ top()
inserted_mb wpi::memory::detail::memory_block_stack::top |
( |
| ) |
const |
|
inlinenoexcept |
◆ swap
The documentation for this class was generated from the following file: