summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/jemalloc.c
AgeCommit message (Expand)Author
2007-10-22Revert the CSE parts of the previous change. "run" is calculated withsimonb
2007-10-19- do some CSE.christos
2007-10-16use mremap for huge -> huge realloc.yamt
2007-10-15make lint happy.yamt
2007-10-15malloc_print_stats: print huge_allocated correctly. it's already in bytes.yamt
2007-10-15use MAP_ALIGNED.yamt
2007-10-09Add defs for hppa. From he@.ad
2007-10-07On sparc64, both __sparc__ and __sparc64__ is defined. Avoid redefinitionhe
2007-10-05Port to NetBSD. Note: posix_memalign() is here, but it's not exportedad
2007-10-05Pull in jemalloc from FreeBSD:ad