aboutsummaryrefslogtreecommitdiff
path: root/src/allocator.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-18 14:06:07 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-18 14:06:07 +0200
commit271ce5cff2b5e9c1e4d4f236c731ceb263716681 (patch)
treef26ae0570b0442938fbe08ca4542e8ca8f92504a /src/allocator.h
parent6b6e7827362b3d56cd588a76ef9d3bd6baec52f1 (diff)
downloadlanes-271ce5cff2b5e9c1e4d4f236c731ceb263716681.tar.gz
lanes-271ce5cff2b5e9c1e4d4f236c731ceb263716681.tar.bz2
lanes-271ce5cff2b5e9c1e4d4f236c731ceb263716681.zip
Give a chance to config.allocator to provide a specific allocator for internal stuff
Diffstat (limited to 'src/allocator.h')
-rw-r--r--src/allocator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/allocator.h b/src/allocator.h
index e09ab38..0505251 100644
--- a/src/allocator.h
+++ b/src/allocator.h
@@ -1,5 +1,7 @@
1#pragma once 1#pragma once
2 2
3#include "compat.h"
4
3// ################################################################################################# 5// #################################################################################################
4 6
5namespace lanes { 7namespace lanes {