![]() |
Protium
Math and Design Features
|
#include "Protium/Threads/ThreadingPolicy.h"#include "Protium/Threads/Mutex.h"#include "Protium/Singleton/DeletionPolicies.h"#include "Protium/Singleton/CreationPolicies.h"#include "Protium/Singleton/Singleton.h"#include <cstddef>

Go to the source code of this file.
Classes | |
| class | Protium::Allocation::SmallObjectAllocator< ThreadingModel, chunkSize, maxSmallObjectSize, objectAlignSize, LifetimePolicy, MutexPolicy > |
| Singleton small object allocator. More... | |
| class | Protium::Allocation::SmallObjectAllocatorImplementation |
| Manages a pool of fixed allocators. More... | |
Namespaces | |
| Protium | |
| Encapsulates all Protium Modules. | |
| Protium::Allocation | |
| Small object allocation module. | |
Functions | |
| template<template< class, class > class T, std::size_t C, std::size_t M, std::size_t O, template< class > class L, class X > | |
| unsigned int | Protium::Allocation::GetPriority (SmallObjectAllocator< T, C, M, O, L, X > *) |