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
*
Merge pull request #59 from HarryWeppner/dev
Jason Evans
2014-03-29
1
-1/+4
|
\
|
*
Consistently use debug lib(s) if present
Harald Weppner
2014-03-28
1
-8/+5
|
*
Enable profiling / leak detection in FreeBSD
Harald Weppner
2014-03-18
1
-1/+7
*
|
Merge pull request #61 from mxw/huge-dss-prec
Jason Evans
2014-03-28
2
-11/+17
|
\
\
|
*
|
Use arena dss prec instead of default for huge allocs.
Max Wang
2014-03-28
2
-11/+17
|
|
/
*
|
Fix a crashing case where arena_chunk_init_hard returns NULL.
Chris Pride
2014-03-26
1
-1/+4
|
/
*
Fix junk filling for mremap(2)-based huge reallocation.
Jason Evans
2014-02-25
1
-0/+10
*
Fix typo
Erwan Legrand
2014-02-14
1
-1/+0
*
Test and fix malloc_printf("%%").
Jason Evans
2014-01-22
1
-7/+6
*
Fix unused variable warnings.
Jason Evans
2014-01-21
1
-4/+2
*
Add heap profiling tests.
Jason Evans
2014-01-17
1
-13/+39
*
Fix a variable prototype/definition mismatch.
Jason Evans
2014-01-17
1
-2/+1
*
Refactor prof_dump() to reduce contention.
Jason Evans
2014-01-16
1
-172/+273
*
Refactor prof_lookup() by extracting prof_lookup_global().
Jason Evans
2014-01-15
1
-82/+79
*
Refactor overly large/complex functions.
Jason Evans
2014-01-15
1
-383/+461
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
3
-367/+460
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
2
-19/+92
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
1
-28/+36
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
2
-18/+27
*
Add rtree unit tests.
Jason Evans
2014-01-03
2
-4/+33
*
Fix an uninitialized variable read in xallocx().
Jason Evans
2013-12-20
1
-0/+3
*
Fix a few mallctl() documentation errors.
Jason Evans
2013-12-20
1
-121/+124
*
Add quarantine unit tests.
Jason Evans
2013-12-17
2
-14/+65
*
Don't junk-fill reallocations unless usize changes.
Jason Evans
2013-12-16
2
-16/+3
*
Optimize arena_prof_ctx_set().
Jason Evans
2013-12-16
1
-43/+58
*
Implement the *allocx() API.
Jason Evans
2013-12-13
5
-169/+301
*
Fix inline-related macro issues.
Jason Evans
2013-12-10
1
-6/+6
*
Silence some unused variable warnings.
Jason Evans
2013-12-10
1
-4/+4
*
Normalize #define whitespace.
Jason Evans
2013-12-09
4
-7/+7
*
Refactor tests.
Jason Evans
2013-12-09
3
-6/+6
*
Avoid deprecated sbrk(2) on OS X.
Jason Evans
2013-12-04
1
-7/+8
*
Remove unused variable.
Jason Evans
2013-12-02
1
-1/+0
*
Clean up malloc_ncpus().
Jason Evans
2013-11-30
1
-8/+1
*
Fix ALLOCM_ARENA(a) handling in rallocm().
Jason Evans
2013-11-26
1
-1/+1
*
Fix a potential infinite loop during thread exit.
Jason Evans
2013-11-20
1
-1/+1
*
Remove unnecessary zeroing in arena_palloc().
Jason Evans
2013-10-30
1
-43/+73
*
Fix whitespace.
Jason Evans
2013-10-28
1
-1/+1
*
Add support for LinuxThreads.
Leonard Crestez
2013-10-25
1
-0/+34
*
Delay pthread_atfork registering.
Leonard Crestez
2013-10-24
1
-12/+18
*
Fix a file descriptor leak in a prof_dump_maps() error path.
Jason Evans
2013-10-21
1
-8/+19
*
Add a missing mutex unlock in malloc_init_hard() error path.
Jason Evans
2013-10-21
1
-1/+3
*
Avoid (x < 0) comparison for unsigned x.
Jason Evans
2013-10-21
1
-2/+3
*
Fix a data race for large allocation stats counters.
Jason Evans
2013-10-21
1
-1/+4
*
Consistently use malloc_mutex_prefork().
Jason Evans
2013-10-21
3
-5/+5
*
Prefer not_reached() over assert(false) where appropriate.
Jason Evans
2013-10-21
4
-7/+6
*
Fix a compiler warning.
Jason Evans
2013-10-20
1
-1/+1
*
Fix a race condition in the "arenas.extend" mallctl.
Jason Evans
2013-10-20
1
-36/+44
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-5/+18
*
Fix a Valgrind integration flaw.
Jason Evans
2013-10-20
1
-7/+14
*
Fix inlining warning.
Jason Evans
2013-10-20
1
-3/+3
[next]