server-skynet-source-3rd-je.../test
Piotr Balcer 7bb05e04be add experimental.arenas_create_ext mallctl
This mallctl accepts an arena_config_t structure which
can be used to customize the behavior of the arena.
Right now it contains extent_hooks and a new option,
metadata_use_hooks, which controls whether the extent
hooks are also used for metadata allocation.

The medata_use_hooks option has two main use cases:

1. In heterogeneous memory systems, to avoid metadata
being placed on potentially slower memory.

2. Avoiding virtual memory from being leaked as a result
of metadata allocation failure originating in an extent hook.
2021-09-24 13:43:18 -07:00
..
analyze Allow setting custom backtrace hook 2021-09-22 15:04:01 -07:00
include/test Travis: Unbreak the builds. 2021-06-24 07:40:28 -07:00
integration add experimental.arenas_create_ext mallctl 2021-09-24 13:43:18 -07:00
src Travis: Unbreak the builds. 2021-06-24 07:40:28 -07:00
stress Cache mallctl mib for batch allocation stress test 2020-12-07 09:10:11 -08:00
unit add experimental.arenas_create_ext mallctl 2021-09-24 13:43:18 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00