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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
7
-18/+43
|
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
2
-7/+9
|
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
2
-20/+52
|
*
Don't set prof_tdata during thread cleanup.
Jason Evans
2012-04-28
1
-3/+0
|
*
Fix Valgrind URL in documentation.
Jason Evans
2012-04-26
1
-20/+20
|
*
Fix a PROF_ALLOC_PREP() error path.
Jason Evans
2012-04-25
2
-3/+7
|
*
Fix the "epoch" mallctl.
Jason Evans
2012-04-25
2
-12/+13
|
*
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
2
-30/+32
|
*
Don't link tests with superfluous libraries.
Jason Evans
2012-04-24
1
-1/+1
|
*
Silence compiler warnings.
Jason Evans
2012-04-23
1
-3/+3
|
*
Force use of TLS if heap profiling is enabled.
Jason Evans
2012-04-23
1
-0/+4
|
*
Clean up documentation and formatting.
Jason Evans
2012-04-23
4
-15/+11
|
*
Fix jemalloc.sh code generation.
Jason Evans
2012-04-23
2
-1/+5
|
*
Avoid using a union for ctl_node_s
Mike Hommey
2012-04-23
2
-81/+114
|
*
Document MinGW support.
Jason Evans
2012-04-22
2
-6/+7
|
*
Fix heap profiling bugs.
Jason Evans
2012-04-22
4
-87/+129
|
*
Remove unused #includes
Mike Hommey
2012-04-22
1
-2/+0
|
*
Remove #includes in tests
Mike Hommey
2012-04-22
9
-55/+0
|
*
Fix intmax_t configure error message
Mike Hommey
2012-04-22
1
-1/+1
|
*
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
12
-71/+357
|
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
6
-102/+30
|
*
Fix chunk allocation/deallocation bugs.
Jason Evans
2012-04-21
4
-7/+26
|
*
Fix a memory corruption bug in chunk_alloc_dss().
Jason Evans
2012-04-21
6
-15/+20
|
*
Put CONF_HANDLE_*() keys in quotes.
Jason Evans
2012-04-21
1
-28/+29
|
*
Fix isthreaded-related build breakage.
Jason Evans
2012-04-20
1
-0/+1
|
*
Add missing private namespace mangling.
Jason Evans
2012-04-20
2
-0/+47
|
*
Don't mangle pthread_create().
Jason Evans
2012-04-20
1
-1/+0
|
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
5
-50/+56
|
*
Remove extra argument for malloc_tsd_cleanup_register
Mike Hommey
2012-04-19
2
-14/+8
|
*
Remove initialization of the non-TLS tsd wrapper from static memory
Mike Hommey
2012-04-19
1
-12/+3
|
*
Initialize all members of non-TLS tsd wrapper when creating it
Mike Hommey
2012-04-19
1
-0/+1
|
*
Make special FreeBSD function overrides visible.
Jason Evans
2012-04-19
3
-0/+6
|
*
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
6
-10/+20
|
*
Add an abstraction layer for threading in tests
Mike Hommey
2012-04-18
4
-55/+45
|
*
Refactor object and library build, and only build PIC libraries when PIC_CFLA...
Mike Hommey
2012-04-18
2
-35/+40
|
*
Make versioned shared library suffix configurable
Mike Hommey
2012-04-18
3
-8/+18
|
*
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
7
-20/+41
|
*
Update pprof (from gperftools 2.0).
Jason Evans
2012-04-17
3
-194/+650
|
*
Add atomic(9) implementations of atomic operations.
Jason Evans
2012-04-17
4
-6/+72
|
*
Replace fprintf with malloc_printf in tests.
Mike Hommey
2012-04-17
12
-108/+108
|
*
Limit the number of flags directly given to the linker, and refactor rpath
Mike Hommey
2012-04-17
2
-18/+10
|
*
Add variables for library prefix, and static library, object and executable s...
Mike Hommey
2012-04-17
2
-26/+40
[prev]
[next]