设为首页收藏本站

LUPA开源社区

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

jemalloc 5.1.0发布,内存分配管理

2018-5-9 22:01| 发布者: joejoe0332| 查看: 458| 评论: 0|原作者: oschina|来自: oschina

摘要: jemalloc 5.1.0 已发布,jemalloc 是一个通用的 malloc(3)实现,它强调了分段回避和可伸缩并发支持。jemalloc 在 2005 年首次作为 FreeBSD libc 分配器使用,2010年,jemalloc 的功能延伸到如堆分析和监控/调优等 ...

jemalloc 5.1.0 已发布,jemalloc 是一个通用的 malloc(3)实现,它强调了分段回避和可伸缩并发支持。jemalloc 在 2005 年首次作为 FreeBSD libc 分配器使用,2010年,jemalloc 的功能延伸到如堆分析和监控/调优等。现代的 jemalloc 版本依然集成在 FreeBSD 中。

该版本从特性、性能、便携性等多个方面进行了改进,建议 5.0.x 及更早版本的用户升级。

  • Implement transparent huge page support for internal metadata.

  • Add opt.thp to allow enabling / disabling transparent huge pages for all mappings. 

  • Add maximum background thread count option.

  • Allow prof_active to control opt.lg_prof_interval and prof.gdump

  • Allow arena index lookup based on allocation addresses via mallctl. 

  • Allow disabling initial-exec TLS model.

  • Add opt.lg_extent_max_active_fit to set the max ratio between the size of the active extent selected (to split off from) and the size of the requested allocation. 

  • Add retain_grow_limit to set the max size when growing virtual address space. 

  • Add mallctl interfaces:

    • arena.<i>.retain_grow_limit 

    • arenas.lookup 

    • max_background_threads 

    • opt.lg_extent_max_active_fit

    • opt.max_background_threads

    • opt.metadata_thp 

    • opt.thp 

    • stats.metadata_thp 

完整更新内容和下载地址,请查阅发行列表


酷毙

雷人

鲜花

鸡蛋

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

最新评论

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

返回顶部