jemalloc-3.2.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=6
This commit is contained in:
parent
607d021372
commit
127b8fc586
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cce16f18dd1dc7a087d37d33ae4ca507b5bcba64dabefa228ba801d1a78e4554
|
||||
size 245192
|
3
jemalloc-3.2.0.tar.bz2
Normal file
3
jemalloc-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96eff12ec2bcf135e502cad8df67af484f491aa19856eaa5ee89ec771abe040f
|
||||
size 250072
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 23:32:04 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 3.2.0
|
||||
* Fix deadlock in the "arenas.purge" mallctl.
|
||||
- Update to new upstream release 3.1.0
|
||||
* Auto-detect whether running inside Valgrind, thus removing the
|
||||
need to manually specify MALLOC_CONF=valgrind:true.
|
||||
* Disable tcache by default if running inside Valgrind, in order to
|
||||
avoid making unallocated objects appear reachable to Valgrind.
|
||||
* Fix heap profiling crash if sampled object is freed via realloc(p, 0).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 04:46:02 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: jemalloc
|
||||
Version: 3.0.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
License: BSD-2-Clause
|
||||
%define lname libjemalloc1
|
||||
|
Loading…
Reference in New Issue
Block a user