SatCat5
satcat5::util::HeapAllocator Class Reference

Detailed Description

Helper object for heap allocation.

Definition at line 37 of file posix_utils.h.

#include <posix_utils.h>

Inheritance diagram for satcat5::util::HeapAllocator:
[legend]

Protected Member Functions

 HeapAllocator (unsigned nbytes)
 Constructor/destructor through child class only.
 
 HeapAllocator (const HeapAllocator &)=delete
 Disable auto-generated assignment and copy methods.
 
void operator= (const HeapAllocator &)=delete
 Disable auto-generated assignment and copy methods.
 

Protected Attributes

u8 *const m_buffptr
 Pointer to the underlying buffer.
 

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