mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Fix irallocx_prof_sample().
Fix irallocx_prof_sample() to always allocate large regions, even when alignment is non-zero.
This commit is contained in:
parent
38e2c8fa9c
commit
4be9c79f88
2 changed files with 7 additions and 5 deletions
|
|
@ -10,6 +10,8 @@ brevity. Much more detail can be found in the git revision history:
|
|||
- Fix ixallocx_prof_sample() to never modify nor create sampled small
|
||||
allocations. xallocx() is in general incapable of moving small allocations,
|
||||
so this fix removes buggy code without loss of generality.
|
||||
- Fix irallocx_prof_sample() to always allocate large regions, even when
|
||||
alignment is non-zero.
|
||||
|
||||
* 4.0.1 (September 15, 2015)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue