Implementation of inc/util/le_malloc_mtx.h. More...
#include "inc/util/le_malloc_mtx.h"
Include dependency graph for le_malloc_mtx.cpp:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::EternalMalloc |
| Implementation namespace for le_malloc() and le_free() | |
Variables | |
| static std::mutex & | syten::EternalMalloc::mtx = reinterpret_cast<std::mutex&>(mutex_buffer) |
| static std::size_t | syten::EternalMalloc::mtx_counter |
| static std::aligned_storage< sizeof(std::mutex), alignof(std::mutex)>::type | syten::EternalMalloc::mutex_buffer |
Implementation of inc/util/le_malloc_mtx.h.