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
...
|
*
Fix tests build when --with-install-suffix is set.
Jason Evans
2010-10-07
8
-11/+19
|
*
Move variable declaration out of for loop header.
Jason Evans
2010-10-07
1
-1/+2
|
*
Increase PRN 'a' and 'c' constants.
Jason Evans
2010-10-03
2
-2/+2
|
*
Fix leak context count reporting.
Jason Evans
2010-10-03
1
-3/+3
|
*
Increase default backtrace depth from 4 to 128.
Jason Evans
2010-10-03
3
-10/+59
|
*
Make cumulative heap profile data optional.
Jason Evans
2010-10-03
8
-124/+328
|
*
Print prof-libgcc configure setting.
Jason Evans
2010-10-03
1
-0/+1
|
*
Remove malloc_swap_enable().
Jason Evans
2010-10-02
1
-17/+0
|
*
Update pprof from google-perftools 1.6.
Jason Evans
2010-10-02
1
-180/+608
|
*
Use offsetof() when sizing dynamic structures.
Jason Evans
2010-10-02
3
-6/+7
|
*
Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.
Jason Evans
2010-10-02
2
-26/+32
|
*
Omit chunk header in arena chunk map.
Jason Evans
2010-10-02
7
-160/+193
|
*
Disable interval-based profile dumps by default.
Jason Evans
2010-10-01
2
-4/+8
|
*
Add the "arenas.purge" mallctl.
Jason Evans
2010-09-30
4
-12/+68
|
*
Fix compiler warnings and errors.
Jason Evans
2010-09-21
2
-50/+69
|
*
Fix compiler warnings.
Jason Evans
2010-09-21
8
-32/+124
|
*
Add memalign() and valloc() overrides.
Jason Evans
2010-09-20
3
-0/+58
|
*
Wrap strerror_r().
Jason Evans
2010-09-20
4
-10/+32
|
*
Remove bad assertions in malloc_{pre,post}fork().
Jason Evans
2010-09-20
1
-7/+1
|
*
Store full git GID in VERSION.
Jason Evans
2010-09-18
1
-1/+1
|
*
Add gcc attributes for *allocm() prototypes.
Jason Evans
2010-09-18
1
-4/+6
|
*
Add {,r,s,d}allocm().
Jason Evans
2010-09-17
17
-120/+888
|
*
Update modification date in man page.
Jason Evans
2010-09-12
1
-1/+1
|
*
Fix porting regressions.
Jason Evans
2010-09-12
3
-15/+9
|
*
Move size class table to man page.
Jason Evans
2010-09-12
3
-84/+67
|
*
Add posix_memalign test.
Jason Evans
2010-09-12
3
-1/+154
|
*
Port to Mac OS X.
Jason Evans
2010-09-12
26
-291/+1147
|
*
Add the thread.arena mallctl.
Jason Evans
2010-08-14
7
-2/+191
*
|
Merge branch 'dev'
1.0.3
Jason Evans
2010-08-12
3
-6/+6
|
\
\
|
|
/
|
*
Move assert() calls up in arena_run_reg_alloc().
Jason Evans
2010-08-05
1
-1/+1
|
*
Add a missing mutex unlock in malloc_init_hard().
Jason Evans
2010-07-22
1
-0/+1
|
*
Fix the libunwind version of prof_backtrace().
Jason Evans
2010-06-04
1
-5/+4
*
|
Merge branch 'dev'
1.0.2
Jason Evans
2010-05-12
6
-28/+52
|
\
\
|
|
/
|
*
Avoid unnecessary isalloc() calls.
Jason Evans
2010-05-12
1
-12/+18
|
*
Fix next_arena initialization.
Jason Evans
2010-05-11
1
-1/+1
|
*
Add MAP_NORESERVE support.
Jordan DeLong
2010-05-11
3
-14/+32
|
*
Fix junk filling of cached large objects.
Jason Evans
2010-04-28
1
-1/+1
*
|
Merge branch 'dev'
1.0.1
Jason Evans
2010-04-14
11
-126/+167
|
\
\
|
|
/
|
*
Fix tcache crash during thread cleanup.
Jason Evans
2010-04-14
1
-14/+12
|
*
Fix profiling regression caused by bugfix.
Jason Evans
2010-04-14
1
-8/+9
|
*
Remove autom4te.cache in distclean (not relclean).
Jason Evans
2010-04-14
1
-1/+1
|
*
Fix arena chunk purge/dealloc race conditions.
Jason Evans
2010-04-14
1
-24/+30
|
*
Fix threads-related profiling bugs.
Jason Evans
2010-04-14
8
-82/+118
|
*
Update stale JEMALLOC_FILL code.
Jason Evans
2010-04-14
1
-1/+1
|
/
*
Update documentation.
1.0.0
Jason Evans
2010-04-12
3
-2/+13
*
Generalize ExtractSymbols optimization (pprof).
Jason Evans
2010-04-09
1
-17/+18
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
2
-39/+48
*
Fix P/p reporting in stats_print().
Jason Evans
2010-04-09
1
-1/+3
*
Don't build with -march=native.
Jason Evans
2010-04-08
1
-1/+0
*
Fix build system problems.
Jason Evans
2010-04-08
6
-32/+21
[prev]
[next]