mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 00:57:19 +03:00
Rename index_t to szind_t to avoid an existing type on Solaris.
This resolves #256.
This commit is contained in:
parent
5ef33a9f2b
commit
d01fd19755
7 changed files with 71 additions and 70 deletions
|
|
@ -9,6 +9,7 @@ brevity. Much more detail can be found in the git revision history:
|
|||
Bug fixes:
|
||||
- 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.
|
||||
|
||||
* 4.0.0 (August 17, 2015)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue