1#ifndef STDCPP_OS_WRAPPER_STDCPP_VARIABLE_MEMORY_POOL_FACTORY_H_INCLUDED
2#define STDCPP_OS_WRAPPER_STDCPP_VARIABLE_MEMORY_POOL_FACTORY_H_INCLUDED
21 mutable std::mutex m_mutex;
Definition VariableMemoryPoolFactory.h:10
Abstract class that has functions of common RTOS's variable-size memory pool.
Definition VariableMemoryPool.h:21
Definition StdCppVariableMemoryPoolFactory.h:9
StdCppVariableMemoryPoolFactory()
Definition StdCppVariableMemoryPoolFactory.cpp:23
virtual ~StdCppVariableMemoryPoolFactory()
Definition StdCppVariableMemoryPoolFactory.h:12
Implementation of OSWrapper for standard C++11 using std::thread.
Definition StdCppEventFlagFactory.cpp:6