Lugdunum
0.1.0
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
Typedefs
Enumerations
+
Related Functions
:
b
c
d
g
l
p
s
w
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
+
Macros
d
f
l
n
s
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
lug
System
Memory
Allocator
Pool.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
lug/System/Memory/Allocator/Chunk.hpp
>
4
5
namespace
lug
{
6
namespace
System {
7
namespace
Memory {
8
namespace
Allocator {
9
10
template
<
typename
T,
size_t
Alignment = alignof(T),
size_t
Offset = 0>
11
using
Pool
=
Chunk<sizeof(T), Alignment, Offset>
;
12
13
}
// Allocator
14
}
// Memory
15
}
// System
16
}
// lug
Chunk.hpp
lug::System::Memory::Allocator::Chunk
Definition:
Chunk.hpp:34
lug
Definition:
Application.hpp:11
Generated by
1.8.13