Accepting request 395107 from devel:libraries:c_c++

- Update to version 4.2.0
  * Add the arena.<i>.reset mallctl, which makes it possible to
    discard all of an arena's allocations in a single operation.
  * Add the stats.retained and stats.arenas.<i>.retained statistics.
  * Add the --with-version configure option.
  * Support --with-lg-page values larger than actual page size.
  * Use pairing heaps rather than red-black trees for various hot
    data structures.
  * Streamline fast paths of rtree operations.
  * Optimize the fast paths of calloc() and [m,d,sd]allocx().
  * Decommit unused virtual memory if the OS does not overcommit.
  * Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active,
    in order to avoid unfortunate interactions during fork(2).
  * Fix chunk accounting related to triggering gdump profiles.
  * Link against librt for clock_gettime(2) if glibc < 2.17.
  * Scale leak report summary according to sampling probability.

OBS-URL: https://build.opensuse.org/request/show/395107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=18
This commit is contained in:
2016-05-19 10:04:02 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8f13b72b3aced936337a864fbe614a43e968f4adf64314b2a39c6ce43c9adae
size 420807

3
jemalloc-4.2.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b216ddaeb901697fe38bd30ea02d7505a4b60e8979092009f95cfda860d46acb
size 430964

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri May 13 06:58:21 UTC 2016 - idonmez@suse.com
- Update to version 4.2.0
* Add the arena.<i>.reset mallctl, which makes it possible to
discard all of an arena's allocations in a single operation.
* Add the stats.retained and stats.arenas.<i>.retained statistics.
* Add the --with-version configure option.
* Support --with-lg-page values larger than actual page size.
* Use pairing heaps rather than red-black trees for various hot
data structures.
* Streamline fast paths of rtree operations.
* Optimize the fast paths of calloc() and [m,d,sd]allocx().
* Decommit unused virtual memory if the OS does not overcommit.
* Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active,
in order to avoid unfortunate interactions during fork(2).
* Fix chunk accounting related to triggering gdump profiles.
* Link against librt for clock_gettime(2) if glibc < 2.17.
* Scale leak report summary according to sampling probability.
-------------------------------------------------------------------
Wed May 4 07:30:43 UTC 2016 - idonmez@suse.com

View File

@@ -18,7 +18,7 @@
%define lname libjemalloc2
Name: jemalloc
Version: 4.1.1
Version: 4.2.0
Release: 0
Summary: General-purpose scalable concurrent malloc implementation
License: BSD-2-Clause