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
/
jemalloc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use __restrict rather than restrict.
Jason Evans
2009-12-29
1
-4/+5
*
Make sure that there are no more than 256 size clases, since size2bin can only
Jason Evans
2009-11-13
1
-0/+11
*
Integrate architecture portability fixes.
Jason Evans
2009-11-09
1
-1/+4
*
Fix configure docs (--enable-lazy-lock --> --disable-lazy-lock).
Jason Evans
2009-11-09
2
-4/+4
*
_pt_thread_death_internal(), which is part of Linux's nptl pthreads
Jason Evans
2009-11-09
1
-9/+22
*
Modify chunk_alloc_mmap() to support address space layout randomization (ASLR).
Jason Evans
2009-11-09
1
-51/+100
*
Update assertions in realloc() and free() to allow for deallocation during
Jason Evans
2009-11-09
1
-4/+6
*
Integrate mtrgraph and mtrplay.
Jason Evans
2009-07-02
5
-2/+1441
*
Add configure tests for CFLAGS settings.
Jason Evans
2009-06-30
3
-21/+90
*
Fix various compiler warnings.
Jason Evans
2009-06-29
1
-17/+9
*
Minor documentation and comment cleanups.
Jason Evans
2009-06-26
2
-7/+18
*
Clean up the manpage and conditionalize various portions according to how
Jason Evans
2009-06-26
8
-229/+469
*
Implement configuration system.
Jason Evans
2009-06-24
13
-350/+4448
*
Merge FreeBSD's malloc(3) and posix_memalign(3) manpages to create jemalloc(3).
Jason Evans
2009-06-23
1
-0/+589
*
Fix various namespace issues.
Jason Evans
2009-06-23
1
-77/+99
*
Merge code from the original jemalloc_linux port.
Jason Evans
2009-06-22
1
-169/+264
*
Import pristine FreeBSD sources.
Jason Evans
2009-06-22
2
-0/+6537
[prev]