Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
SmallObjectAllocator.h File Reference
Include dependency graph for SmallObjectAllocator.h:
This graph shows which files directly or indirectly include this file:

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 > *)