µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
malloc.h File Reference

Go to the source code of this file.

Classes

class  os::memory::malloc_memory_resource
 A memory manager that allocates memory via the system std::malloc() and deallocates via std::free(). More...
 
class  os::memory::new_delete_memory_resource
 A memory manager that allocates memory via the system operator new and deallocates via operator delete. More...
 

Namespaces

namespace  os
 System namespace.
 
namespace  os::memory