|
SatCat5
|
Helper object for heap allocation.
Definition at line 37 of file posix_utils.h.
#include <posix_utils.h>
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. | |