1#ifndef STDCPP_OS_WRAPPER_STDCPP_FIXED_MEMORY_POOL_FACTORY_H_INCLUDED
2#define STDCPP_OS_WRAPPER_STDCPP_FIXED_MEMORY_POOL_FACTORY_H_INCLUDED
17 virtual std::size_t getRequiredMemorySize(std::size_t blockSize, std::size_t numBlocks);
22 mutable std::mutex m_mutex;
Definition FixedMemoryPoolFactory.h:10
Abstract class that has functions of common RTOS's fixed-size memory pool.
Definition FixedMemoryPool.h:23
Definition StdCppFixedMemoryPoolFactory.h:9
virtual ~StdCppFixedMemoryPoolFactory()
Definition StdCppFixedMemoryPoolFactory.h:12
StdCppFixedMemoryPoolFactory()
Definition StdCppFixedMemoryPoolFactory.cpp:144
Implementation of OSWrapper for standard C++11 using std::thread.
Definition StdCppEventFlagFactory.cpp:6