2013-01-24 12:03:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 24 11:56:49 UTC 2013 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Update to version 3.3.0
|
|
|
|
* Add clipping support to lg_chunk option processing.
|
|
|
|
* Add the --enable-ivsalloc option.
|
|
|
|
* Add the --without-export option.
|
|
|
|
* Add the --disable-zone-allocator option.
|
|
|
|
* Fix "arenas.extend" mallctl to output the number of arenas.
|
|
|
|
* Fix chunk_recycyle() to unconditionally inform Valgrind that
|
|
|
|
returned memory is undefined.
|
|
|
|
* Fix build break on FreeBSD related to alloca.h.
|
|
|
|
|
2012-11-15 00:33:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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).
|
|
|
|
|
2012-09-04 10:28:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 4 04:46:02 UTC 2012 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 3.0.0
|
|
|
|
* Implement Valgrind support, redzones, and quarantine.
|
|
|
|
* Add support for additional architectures: MIPS, SH4, Tilera
|
|
|
|
* Add nallocm(), which rounds a request size up to the nearest size
|
|
|
|
class without actually allocating.
|
|
|
|
* Implement aligned_alloc()
|
|
|
|
* Add the "thread.tcache.enabled" and "opt.prof_final" mallctls.
|
|
|
|
* Update pprof (from gperftools 2.0).
|
|
|
|
* (For more, see the ChangeLog file in this RPM package.)
|
|
|
|
|
2011-10-13 18:05:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 13 00:00:00 UTC 2011 - tony@daylessday.org
|
|
|
|
|
|
|
|
- Add a patch to generate jemalloc.sh during configure
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 12 00:00:00 UTC 2011 - tony@daylessday.org
|
|
|
|
|
2012-09-04 10:28:27 +02:00
|
|
|
- Initial package (version 2.2.3) for build.opensuse.org
|