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

Go to the source code of this file.

Classes

class  os::memory::block_pool
 Memory resource managing a pool of same size blocks, using an existing arena. More...
 
class  os::memory::block_pool_typed_allocated< T, A >
 Memory resource managing a dynamically allocated pool. of same size blocks of type T. More...
 
class  os::memory::block_pool_typed_inclusive< T, N >
 Memory resource managing an internal pool. of same size blocks of type T. More...
 

Namespaces

namespace  os
 System namespace.
 
namespace  os::memory