Plasma Engine
2.0
Loading...
Searching...
No Matches
CommonAllocators.h
1
2
#pragma once
3
5
6
#include <Foundation/Memory/AllocatorWithPolicy.h>
7
8
#include <Foundation/Memory/Policies/AllocPolicyAlignedHeap.h>
9
#include <Foundation/Memory/Policies/AllocPolicyGuarding.h>
10
#include <Foundation/Memory/Policies/AllocPolicyHeap.h>
11
#include <Foundation/Memory/Policies/AllocPolicyProxy.h>
12
13
15
using
plAlignedHeapAllocator
=
plAllocatorWithPolicy<plAllocPolicyAlignedHeap>
;
16
18
using
plHeapAllocator
=
plAllocatorWithPolicy<plAllocPolicyHeap>
;
19
21
using
plGuardingAllocator
=
plAllocatorWithPolicy<plAllocPolicyGuarding>
;
22
24
using
plProxyAllocator
=
plAllocatorWithPolicy<plAllocPolicyProxy>
;
plAllocatorWithPolicy
Policy based allocator implementation of the plAllocator interface.
Definition
AllocatorWithPolicy.h:19
Code
Engine
Foundation
Memory
CommonAllocators.h
Generated by
1.11.0