From 271ce5cff2b5e9c1e4d4f236c731ceb263716681 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 18 Jun 2024 14:06:07 +0200 Subject: Give a chance to config.allocator to provide a specific allocator for internal stuff --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 4a9fc35..ca91273 100644 --- a/docs/index.html +++ b/docs/index.html @@ -289,7 +289,7 @@ If nil, Lua states are created with lua_newstate() and reuse the allocator from the master state.
If "protected", The default allocator obtained from lua_getallocf() in the master state is wrapped inside a critical section and used in all newly created states.
- If a function, this function is called prior to creating the state, with a single string argument, either "keeper" or "lane". It should return a full userdata created as follows: + If a function, this function is called prior to creating the state, with a single string argument, either "internal", "keeper" or "lane". It should return a full userdata created as follows:
-- cgit v1.2.3-55-g6feb