zpp
Zephyr C++20 Framework
mem_slab.hpp File Reference
#include <zephyr/kernel.h>
#include <zephyr/sys/__assert.h>
#include <cstdint>
#include <chrono>
#include <array>
#include <zpp/utils.hpp>
Include dependency graph for mem_slab.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zpp::mem_slab_base< T_MemSlab >
 Allocator that uses k_mem_slab for memory. More...
 
class  zpp::mem_slab< T_BlockSize, T_BlockCount, T_Align >
 A memory slab class. More...
 
class  zpp::mem_slab_ref
 A mem_slab class referencing another mem slab object. More...
 

Namespaces

 zpp