jemalloc/include
guangli-dai d01d5b8f4a Change structs use when freeing to avoid using index2size for large sizes.
1. Change the definition of emap_alloc_ctx_t
2. Change the read of both from edata_t.
3. Change the assignment and usage of emap_alloc_ctx_t.
4. Change other callsites of index2size.

Note for the changes in the data structure, i.e., emap_alloc_ctx_t,
will be used when the build-time config (--enable-limit-usize-gap) is
enabled but they will store the same value as index2size(szind) if the
runtime option (opt_limit_usize_gap) is not enabled.
2025-02-23 16:41:48 -08:00
..
jemalloc Change structs use when freeing to avoid using index2size for large sizes. 2025-02-23 16:41:48 -08:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00