Go to file
Jason Evans 41631d0061 Modify chunk_alloc() to support optional zeroing.
Use optional zeroing in arena_chunk_alloc() to avoid needless zeroing of
chunks.  This is particularly important in the context of swapfile and
DSS allocation, since a long-lived application may commonly recycle
chunks.
2010-01-24 17:13:07 -08:00
jemalloc Modify chunk_alloc() to support optional zeroing. 2010-01-24 17:13:07 -08:00
.gitignore Add the --with-install-suffix configure option. 2010-01-17 01:49:20 -08:00