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

Class wpi::memory::malloc_allocator. More...

#include "config.hpp"
#include <cstdlib>
#include <memory>
#include "detail/lowlevel_allocator.hpp"

Go to the source code of this file.

Classes

struct  wpi::memory::detail::malloc_allocator_impl
 

Namespaces

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

Typedefs

using wpi::memory::malloc_allocator
 A stateless RawAllocator that allocates memory using std::malloc().
 

Detailed Description

Class wpi::memory::malloc_allocator.

Note
Only available on a hosted implementation.