设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

jemalloc 4.1.0发布,增强了可移植性

2016-3-2 22:33| 发布者: joejoe0332| 查看: 565| 评论: 0|原作者: oschina|来自: oschina

摘要: jemalloc 4.1.0 发布了新的版本,增强了可移植性,性能也得以大大的优化。jemalloc 4.1.0新特性:* Implement decay-based unused dirty page purging, a major optimization with mallctl API impact. This is an a ...

jemalloc 4.1.0 发布了新的版本,增强了可移植性,性能也得以大大的优化。

jemalloc 4.1.0新特性:

* Implement decay-based unused dirty page purging, a major optimization with mallctl API impact. This is an alternative to the existing ratio-based unused dirty page purging, and is intended to eventually become the sole purging mechanism. New mallctls:

 opt.purge
 opt.decay_time
 arena.<i>.decay
 arena.<i>.decay_time
 arenas.decay_time
 stats.arenas.<i>.decay_time

(@jasone, @cevans87)

* Add --with-malloc-conf, which makes it possible to embed a default options string during configuration. This was motivated by the desire to specify --with-malloc-conf=purge:decay , since the default must remain purge:ratio until the 5.0.0 release. (@jasone)
* Add MS Visual Studio 2015 support. (@rustyx, @yuslepukhin)
* Make *allocx() size class overflow behavior defined. The maximum size class is now less than PTRDIFF_MAX to protect applications against numerical overflow, and all allocation functions are guaranteed to indicate errors rather than potentially crashing if the request size exceeds the maximum size class. (@jasone)
* jeprof:
 Add raw heap profile support. (@jasone)
 Add --retain and --exclude for backtrace symbol filtering. (@jasone)

关于该版本的更多详情,可参见 https://github.com/jemalloc/jemalloc/releases/tag/4.1.0

下载地址:https://github.com/jemalloc/jemalloc/releases/download/4.1.0/jemalloc-4.1.0.tar.bz2


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部