mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 16:47:21 +03:00
Fix arenas_cache_cleanup().
Fix arenas_cache_cleanup() to handle allocation/deallocation within the application's thread-specific data cleanup functions even after arenas_cache is torn down.
This commit is contained in:
parent
b5c2a347d7
commit
45e9f66c28
3 changed files with 15 additions and 2 deletions
|
|
@ -4,9 +4,12 @@ brevity. Much more detail can be found in the git revision history:
|
|||
|
||||
https://github.com/jemalloc/jemalloc
|
||||
|
||||
* 4.x.x (XXX)
|
||||
* 4.0.1 (XXX)
|
||||
|
||||
Bug fixes:
|
||||
- Fix arenas_cache_cleanup() to handle allocation/deallocation within the
|
||||
application's thread-specific data cleanup functions even after
|
||||
arenas_cache is torn down.
|
||||
- Don't bitshift by negative amounts when encoding/decoding run sizes in chunk
|
||||
header maps. This affected systems with page sizes greater than 8 KiB.
|
||||
- Rename index_t to szind_t to avoid an existing type on Solaris.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue