diff options
Diffstat (limited to 'src/universe.h')
-rw-r--r-- | src/universe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/universe.h b/src/universe.h index d890e5c..6ccdaca 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -135,6 +135,7 @@ class Universe | |||
135 | [[nodiscard]] static inline Universe* Get(lua_State* L_); | 135 | [[nodiscard]] static inline Universe* Get(lua_State* L_); |
136 | void initializeAllocatorFunction(lua_State* L_); | 136 | void initializeAllocatorFunction(lua_State* L_); |
137 | static int InitializeFinalizer(lua_State* L_); | 137 | static int InitializeFinalizer(lua_State* L_); |
138 | lanes::AllocatorDefinition resolveAllocator(lua_State* const L_, std::string_view const& hint_) const; | ||
138 | static inline void Store(lua_State* L_, Universe* U_); | 139 | static inline void Store(lua_State* L_, Universe* U_); |
139 | void terminateFreeRunningLanes(lua_State* L_, lua_Duration shutdownTimeout_, CancelOp op_); | 140 | void terminateFreeRunningLanes(lua_State* L_, lua_Duration shutdownTimeout_, CancelOp op_); |
140 | }; | 141 | }; |