Go to file
Jason Evans 3377ffa1f4 Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.
Invert the chunk map bit that tracks whether a page is zeroed, so that
for zeroed arena chunks, the interior of the page map does not need to
be initialized (as it consists entirely of zero bytes).
2010-10-01 17:53:37 -07:00
jemalloc Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED. 2010-10-01 17:53:37 -07:00
.gitignore Add the thread.arena mallctl. 2010-08-13 17:36:00 -07:00