| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace JEMALLOC_OPTIONS with MALLOC_CONF. | Jason Evans | 2010-10-24 | 1 | -5/+5 |
| | | | | | | | | | | | | Replace the single-character run-time flags with key/value pairs, which can be set via the malloc_conf global, /etc/malloc.conf, and the MALLOC_CONF environment variable. Replace the JEMALLOC_PROF_PREFIX environment variable with the "opt.prof_prefix" option. Replace umax2s() with u2s(). | ||||
| * | Omit chunk header in arena chunk map. | Jason Evans | 2010-10-02 | 1 | -1/+1 |
| | | | | | | | Omit the first map_bias elements of the map in arena_chunk_t. This avoids barely spilling over into an extra chunk header page for common chunk sizes. | ||||
| * | Port to Mac OS X. | Jason Evans | 2010-09-12 | 1 | -3/+24 |
| | | | | | | Add Mac OS X support, based in large part on the OS X support in Mozilla's version of jemalloc. | ||||
| * | Restructure source tree. | Jason Evans | 2010-02-11 | 1 | -0/+150 |
