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
*
Add dirty page counting for debug
Qinfan Wu
2014-08-12
1
-4/+29
*
Maintain all the dirty runs in a linked list for each arena
Qinfan Wu
2014-08-12
1
-0/+47
*
Fix the cactive statistic.
Jason Evans
2014-08-07
1
-3/+3
*
Reintroduce the comment that was removed in f9ff603.
Qinfan Wu
2014-08-06
1
-1/+5
*
Fix the bug that causes not allocating free run with lowest address.
Qinfan Wu
2014-08-06
1
-3/+7
*
Ensure the default purgeable zone is after the default zone on OS X
Mike Hommey
2014-06-10
1
-9/+25
*
Add check for madvise(2) to configure.ac.
Richard Diamond
2014-06-03
1
-2/+5
*
Fix -Wsometimes-uninitialized warnings
Chris Peterson
2014-06-02
1
-1/+3
*
Fix -Wsign-compare warnings
Chris Peterson
2014-06-02
2
-4/+4
*
Don't catch fork()ing events for Native Client.
Richard Diamond
2014-06-02
1
-1/+1
*
Try to use __builtin_ffsl if ffsl is unavailable.
Richard Diamond
2014-06-02
2
-3/+3
*
Add size class computation capability.
Jason Evans
2014-05-29
1
-29/+33
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
8
-237/+256
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
6
-32/+124
*
Fix coding sytle nits.
Jason Evans
2014-05-01
1
-4/+4
*
Simplify backtracing.
Jason Evans
2014-04-23
2
-87/+48
*
prof_backtrace: use unw_backtrace
Lucian Adrian Grijincu
2014-04-23
1
-24/+9
*
Refactor small_size2bin and small_bin2size.
Jason Evans
2014-04-17
1
-9/+9
*
Merge pull request #73 from bmaurer/smallmalloc
Jason Evans
2014-04-16
3
-4/+111
|
\
|
*
Create a const array with only a small bin to size map
Ben Maurer
2014-04-16
1
-1/+9
|
*
refactor profiling. only use a bytes till next sample variable.
Ben Maurer
2014-04-16
1
-3/+62
|
*
outline rare tcache_get codepaths
Ben Maurer
2014-04-16
1
-0/+40
*
|
Optimize Valgrind integration.
Jason Evans
2014-04-15
6
-49/+104
*
|
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
3
-22/+18
*
|
Remove the "arenas.purge" mallctl.
Jason Evans
2014-04-15
1
-27/+0
*
|
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
5
-23/+22
*
|
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
1
-85/+0
|
/
*
Remove support for non-prof-promote heap profiling metadata.
Jason Evans
2014-04-11
3
-34/+10
*
Merge pull request #70 from bmaurer/bitsplitrefactor
Jason Evans
2014-04-10
1
-36/+40
|
\
|
*
refactoring for bits splitting
Ben Maurer
2014-04-10
1
-36/+40
*
|
Don't dereference chunk->arena in free() hot path
Ben Maurer
2014-04-05
1
-1/+1
|
/
*
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
[next]