WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::memory::detail::heap_allocator_impl Struct Reference

#include <wpi/memory/heap_allocator.hpp>

Static Public Member Functions

static allocator_info info () noexcept
 
static void * allocate (std::size_t size, std::size_t) noexcept
 
static void deallocate (void *ptr, std::size_t size, std::size_t) noexcept
 
static std::size_t max_node_size () noexcept
 

Member Function Documentation

◆ allocate()

static void * wpi::memory::detail::heap_allocator_impl::allocate ( std::size_t size,
std::size_t  )
inlinestaticnoexcept

◆ deallocate()

static void wpi::memory::detail::heap_allocator_impl::deallocate ( void * ptr,
std::size_t size,
std::size_t  )
inlinestaticnoexcept

◆ info()

static allocator_info wpi::memory::detail::heap_allocator_impl::info ( )
staticnoexcept

◆ max_node_size()

static std::size_t wpi::memory::detail::heap_allocator_impl::max_node_size ( )
staticnoexcept

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