index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the VOID macro
Mike Hommey
2012-04-30
1
-6/+2
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
4
-13/+15
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
1
-2/+2
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
1
-17/+37
*
Don't set prof_tdata during thread cleanup.
Jason Evans
2012-04-28
1
-3/+0
*
Fix a PROF_ALLOC_PREP() error path.
Jason Evans
2012-04-25
1
-2/+4
*
Fix the "epoch" mallctl.
Jason Evans
2012-04-25
1
-12/+11
*
Add missing Valgrind annotations.
Jason Evans
2012-04-24
2
-0/+4
*
Fix quarantine_grow() bugs.
Jason Evans
2012-04-24
1
-9/+8
*
Add usize sanity checking to quarantine.
Jason Evans
2012-04-24
1
-13/+21
*
Handle quarantine resurrection during thread exit.
Jason Evans
2012-04-24
1
-5/+45
*
Fix two CHILD() macro calls in the ctl tree.
Jason Evans
2012-04-24
1
-2/+2
*
Fix ctl regression.
Jason Evans
2012-04-24
1
-24/+26
*
Silence compiler warnings.
Jason Evans
2012-04-23
1
-3/+3
*
Avoid using a union for ctl_node_s
Mike Hommey
2012-04-23
1
-69/+99
*
Fix heap profiling bugs.
Jason Evans
2012-04-22
1
-76/+88
*
Remove leftovers from the vsnprintf check in malloc_vsnprintf
Mike Hommey
2012-04-22
1
-4/+0
*
Add support for Mingw
Mike Hommey
2012-04-22
5
-40/+150
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
3
-91/+28
*
Fix chunk allocation/deallocation bugs.
Jason Evans
2012-04-21
3
-6/+25
*
Fix a memory corruption bug in chunk_alloc_dss().
Jason Evans
2012-04-21
3
-12/+15
*
Put CONF_HANDLE_*() keys in quotes.
Jason Evans
2012-04-21
1
-28/+29
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
2
-40/+6
*
Remove extra argument for malloc_tsd_cleanup_register
Mike Hommey
2012-04-19
1
-4/+3
*
Make special FreeBSD function overrides visible.
Jason Evans
2012-04-19
2
-0/+3
*
Fix malloc_vsnprintf handling of %o, %u and %x
Mike Hommey
2012-04-19
1
-4/+16
*
Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls
Mike Hommey
2012-04-19
3
-3/+17
*
Clean up a few config-related conditionals/asserts.
Jason Evans
2012-04-18
2
-6/+8
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
4
-2/+8
*
Add the --disable-munmap option.
Jason Evans
2012-04-17
1
-0/+3
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
5
-241/+187
*
Always disable redzone by default.
Jason Evans
2012-04-13
1
-3/+1
*
Call base_boot before chunk_boot0
Mike Hommey
2012-04-12
1
-2/+2
*
Use a stub replacement and disable dss when sbrk is not supported
Mike Hommey
2012-04-12
1
-0/+11
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
5
-114/+110
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
8
-115/+457
*
Rename labels.
Jason Evans
2012-04-10
7
-107/+107
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
6
-135/+84
*
Remove MAP_NORESERVE support
Mike Hommey
2012-04-10
1
-27/+14
*
Always initialize tcache data structures.
Jason Evans
2012-04-06
1
-46/+38
*
Remove arena_malloc_prechosen().
Jason Evans
2012-04-06
1
-1/+1
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
3
-1/+44
*
Fix threaded initialization and enable it on Linux.
Jason Evans
2012-04-05
1
-3/+5
*
Add missing "opt.lg_tcache_max" mallctl implementation.
Jason Evans
2012-04-04
1
-0/+3
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
3
-5/+56
*
Postpone mutex initialization on FreeBSD.
Jason Evans
2012-04-04
2
-4/+35
*
Finish renaming "arenas.pagesize" to "arenas.page".
Jason Evans
2012-04-02
1
-11/+10
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
8
-153/+118
*
Revert "Avoid NULL check in free() and malloc_usable_size()."
Jason Evans
2012-04-02
1
-11/+15
*
Avoid NULL check in free() and malloc_usable_size().
Jason Evans
2012-04-02
1
-15/+11
[next]