|  | WPILibC++ 2025.3.2
    | 
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. | |
Class wpi::memory::heap_allocator and related functions.