Posted by Coder.
Feb
29
Posted by Coder.
A new malloc(3) implementation for FreeBSD 7.0
FreeBSD 7.0-RELEASE Release Notes
A new malloc(3) implementation has been introduced. This implementation, sometimes referred to as “jemalloc”, was designed to improve the performance of multi-threaded programs, particularly on SMP systems, while preserving the performance of single-threaded programs. Due to the use of different algorithms and data structures, jemalloc may expose some previously-unknown bugs in userland code, although most of the FreeBSD base system and common ports have been tested and/or fixed. Note that jemalloc uses mmap(2) to obtain memory and only uses sbrk(2) under limited circumstances (and then only for 32-bit architectures). As a result, the datasize resource limit has little practical effect for typical applications. The vmemoryuse resource limit, however, can be used to bound the total virtual memory used by a process, as described in limits(1).
There are 0 comments to this post.
Add Your Comment.
Previous Post
« CMG Proceedings now free! Next Post
Scaling Audiogalaxy… »
« CMG Proceedings now free! Next Post
Scaling Audiogalaxy… »