diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-18 14:06:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-18 14:06:07 +0200 |
commit | 271ce5cff2b5e9c1e4d4f236c731ceb263716681 (patch) | |
tree | f26ae0570b0442938fbe08ca4542e8ca8f92504a /CHANGES | |
parent | 6b6e7827362b3d56cd588a76ef9d3bd6baec52f1 (diff) | |
download | lanes-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 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ CHANGE 2: BGe 11-Jun-24 | |||
5 | - Version is now 4.0.0 | 5 | - Version is now 4.0.0 |
6 | - Lanes configuration settings: | 6 | - Lanes configuration settings: |
7 | - Boolean parameters only accept boolean values. | 7 | - Boolean parameters only accept boolean values. |
8 | - allocator provider function is called with a string hint to distinguish lane and keeper states. | 8 | - allocator provider function is called with a string hint to distinguish internal allocations, lane and keeper states. |
9 | - demote_full_userdata removed. Use __lanesconvert instead. | 9 | - demote_full_userdata removed. Use __lanesconvert instead. |
10 | - keepers_gc_threshold added. Controls when GC runs inside keepers. | 10 | - keepers_gc_threshold added. Controls when GC runs inside keepers. |
11 | - nb_keepers changed to nb_user_keepers. limited to 100 keepers on top of the internal keeper used by the timer Linda. | 11 | - nb_keepers changed to nb_user_keepers. limited to 100 keepers on top of the internal keeper used by the timer Linda. |