>  기사  >  웹 프론트엔드  >  jemalloc 4.2.0 发布,内存分配管理_html/css_WEB-ITnose

jemalloc 4.2.0 发布,内存分配管理_html/css_WEB-ITnose

WBOY
WBOY원래의
2016-06-24 11:17:561202검색

jemalloc 4.2.0 发布了。

新特性:

  • Add the arena..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..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

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

下载地址:

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.