WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
heap_allocator.hpp File Reference

Class wpi::memory::heap_allocator and related functions. More...

Go to the source code of this file.

Classes

struct  wpi::memory::detail::heap_allocator_impl
 

Namespaces

namespace  wpi
 Foonathan namespace.
 
namespace  wpi::memory
 Memory namespace.
 
namespace  wpi::memory::detail
 

Typedefs

using wpi::memory::heap_allocator
 A stateless RawAllocator that allocates memory from the heap.
 

Functions

void * wpi::memory::heap_alloc (std::size_t size) noexcept
 Allocates heap memory.
 
void wpi::memory::heap_dealloc (void *ptr, std::size_t size) noexcept
 Deallocates heap memory.
 

Detailed Description

Class wpi::memory::heap_allocator and related functions.