diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2023-08-09 12:15:54 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2023-08-09 12:15:54 +0200 |
commit | ad7258f68ce525845508fc0c4a329c282982ffa0 (patch) | |
tree | f6eb169911eef0a776f3b3b00eeb2b7d824ebbd7 /src/universe.h | |
parent | d73f4cee37b0a43edadf9709289798ee4bfccc0e (diff) | |
download | lanes-ad7258f68ce525845508fc0c4a329c282982ffa0.tar.gz lanes-ad7258f68ce525845508fc0c4a329c282982ffa0.tar.bz2 lanes-ad7258f68ce525845508fc0c4a329c282982ffa0.zip |
new .internal_allocator configuration IUNTESTED)
new configuration option .internal_allocator to help LuaJIT users. THIS IS YET UNTESTED, USE AT YOUR OWN RISKS.
Diffstat (limited to '')
-rw-r--r-- | src/universe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/universe.h b/src/universe.h index ba00e87..03c78cf 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -63,6 +63,8 @@ struct s_Universe | |||
63 | // contains a mutex and the original allocator definition | 63 | // contains a mutex and the original allocator definition |
64 | ProtectedAllocator protected_allocator; | 64 | ProtectedAllocator protected_allocator; |
65 | 65 | ||
66 | AllocatorDefinition internal_allocator; | ||
67 | |||
66 | Keepers* keepers; | 68 | Keepers* keepers; |
67 | 69 | ||
68 | // Initialized by 'init_once_LOCKED()': the deep userdata Linda object | 70 | // Initialized by 'init_once_LOCKED()': the deep userdata Linda object |