SyTen
le_malloc_mtx.cpp File Reference

Implementation of inc/util/le_malloc_mtx.h. More...

+ Include dependency graph for le_malloc_mtx.cpp:

Namespaces

 syten
 Syten namespace.
 
 syten::EternalMalloc
 Implementation namespace for le_malloc() and le_free()
 

Variables

static std::mutexsyten::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
 

Detailed Description

Implementation of inc/util/le_malloc_mtx.h.