#include "sharelib.h"
Include dependency graph for DefaultAllocator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Share |
Classes | |
| class | Share::DefaultAllocator |
| Allocator for blocks inside shared segment. More... | |
Defines | |
| #define | BITS_ALIGNMENT 8 |
| Define memory alignment in bits that allocator work with. | |
Functions | |
| template<unsigned char bitsAlignment, typename T> | |
| T | Share::genericAlignmenter (T input) |
| Generic number alignmenter. | |
| template<typename T> | |
| T | Share::alignmenter (T input) |
Number alignmenter using BITS_ALIGNMENT macro. | |
Definition in file DefaultAllocator.h.
1.5.2