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 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
*
Use echo instead of cat in loops in size_classes.sh
Mike Hommey
2012-04-17
1
-21/+11
*
Use make variables instead of preprocessing
Mike Hommey
2012-04-17
1
-93/+109
*
Use $(LIBS) instead of -lpthread when linking tests
Mike Hommey
2012-04-17
1
-2/+2
*
Remove -dynamic CFLAG on OSX
Mike Hommey
2012-04-17
1
-3/+0
*
Start preparing ChangeLog for 3.0.0 release.
Jason Evans
2012-04-17
1
-0/+72
*
Add the --disable-munmap option.
Jason Evans
2012-04-17
4
-66/+39
*
Remove configure test cruft.
Jason Evans
2012-04-16
1
-1/+0
*
Add/remove missing/cruft entries to/from private_namespace.h.
Jason Evans
2012-04-14
1
-13/+52
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
11
-244/+277
*
Always disable redzone by default.
Jason Evans
2012-04-13
2
-6/+2
*
Re-silence -MM compiler invocations.
Jason Evans
2012-04-13
1
-3/+3
*
Use -MT options to build dependency files
Mike Hommey
2012-04-12
1
-3/+3
*
Remove bogus dependency
Mike Hommey
2012-04-12
1
-3/+0
*
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
3
-0/+22
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
8
-155/+138
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
20
-170/+840
*
Rename labels.
Jason Evans
2012-04-10
11
-129/+129
[next]