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

Go to the source code of this file.

Classes

class  os::rtos::memory_pool::arena< T, blocks, block_size_bytes >
 Storage for a memory pool. More...
 
class  os::rtos::memory_pool::attributes
 Memory pool attributes. More...
 
class  os::rtos::memory_pool
 Synchronised memory pool, using the default RTOS allocator. More...
 
class  os::rtos::memory_pool_allocated< Allocator >
 Template of a synchronised memory pool with allocator. More...
 
class  os::rtos::memory_pool_inclusive< T, N >
 Template of a synchronised memory pool with block type and local storage. More...
 
class  os::rtos::memory_pool_typed< T, Allocator >
 Template of a synchronised memory pool with block type and allocator. More...
 

Namespaces

namespace  os
 System namespace.
 
namespace  os::rtos
 RTOS namespace.