1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 jemalloc 4.2.0 发布,内存分配管理 下载

本帖由 漂亮的石头2016-05-16 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,662
    赞:
    47
    jemalloc 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. (@jasone)


    • Add the stats.retained and stats.arenas.<i>.retained statistics. (@jasone)


    • Add the --with-version configure option. (@jasone)


    • Support --with-lg-page values larger than actual page size. (@jasone)

    优化:


    • Use pairing heaps rather than red-black trees for various hot data structures. (@djwatson, @jasone)


    • Streamline fast paths of rtree operations. (@jasone)


    • Optimize the fast paths of calloc() and [m,d,sd]allocx(). (@jasone)


    • Decommit unused virtual memory if the OS does not overcommit. (@jasone)


    • Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active, in order to avoid unfortunate interactions during fork(2). (@jasone)

    Bug 修复:


    • Fix chunk accounting related to triggering gdump profiles. (@jasone)


    • Link against librt for clock_gettime(2) if glibc < 2.17. (@jasone)


    • Scale leak report summary according to sampling probability. (@jasone)

    下载地址:

    jemalloc 4.2.0 发布,内存分配管理下载地址
     
正在加载...