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
...
*
Conditionalize an isalloc() call in rallocm().
Jason Evans
2011-08-12
1
-2/+2
*
Fix two prof-related bugs in rallocm().
Jason Evans
2011-08-12
2
-3/+11
*
Clean up prof-related comments.
Jason Evans
2011-08-10
1
-23/+16
*
Use prof_tdata_cleanup() argument.
Jason Evans
2011-08-09
1
-24/+19
*
Adjust relative #include for private_namespace.h.
Jason Evans
2011-07-31
1
-1/+1
*
Update ChangeLog for 2.2.2.
Jason Evans
2011-07-30
1
-0/+8
*
Add the --with-private-namespace option.
Jason Evans
2011-07-30
5
-4/+228
*
Fix assertions in arena_purge().
Jason Evans
2011-06-13
1
-2/+2
*
Use LLU suffix for all 64-bit constants.
Jason Evans
2011-05-22
3
-3/+3
*
Makefile.in - test/allocated requires pthread
Nathan McSween
2011-05-11
1
-2/+2
*
Adjust repo path dependencies.
Jason Evans
2011-04-01
2
-24/+24
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
79
-0/+0
*
Fix a build error for --disable-tcache.
Jason Evans
2011-03-30
1
-0/+2
*
Update ChangeLog for 2.2.1.
Jason Evans
2011-03-30
1
-0/+7
*
Implement atomic operations for x86/x64.
Jason Evans
2011-03-24
1
-0/+56
*
Revert "Add support for libunwind backtrace caching."
Jason Evans
2011-03-23
3
-94/+16
*
Merge branch 'arena_purge' into dev
Jason Evans
2011-03-24
4
-19/+100
|
\
|
*
Fix an assertion in arena_purge().
Jason Evans
2011-03-24
1
-3/+6
|
*
Add support for libunwind backtrace caching.
je@facebook.com
2011-03-24
3
-16/+94
*
|
Update ChangeLog for 2.2.0.
Jason Evans
2011-03-22
1
-0/+29
|
/
*
Fix error detection for ipalloc() when profiling.
Jason Evans
2011-03-23
4
-62/+105
*
Fix rallocm() rsize bug.
Jason Evans
2011-03-23
1
-0/+2
*
Fix bootstrapping order bug.
Jason Evans
2011-03-23
1
-5/+5
*
Avoid overflow in arena_run_regind().
Jason Evans
2011-03-22
6
-7/+27
*
Dynamically adjust tcache fill count.
Jason Evans
2011-03-21
3
-9/+27
*
Use OSSpinLock*() for locking on OS X.
Jason Evans
2011-03-19
7
-12/+69
*
Add atomic operation support for OS X.
Jason Evans
2011-03-19
4
-0/+60
*
Update pprof.
Jason Evans
2011-03-19
1
-49/+160
*
Add atomic.[ch].
Jason Evans
2011-03-19
2
-0/+79
*
Add the "stats.cactive" mallctl.
Jason Evans
2011-03-19
16
-20/+126
*
Improve thread-->arena assignment.
Jason Evans
2011-03-18
8
-16/+101
*
Reverse tcache fill order.
Jason Evans
2011-03-18
1
-1/+2
*
Use bitmaps to track small regions.
Jason Evans
2011-03-17
15
-139/+702
*
Improve backtracing-related configuration.
Jason Evans
2011-03-16
4
-83/+140
*
Clean up after arena_bin_info_t change.
Jason Evans
2011-03-16
1
-7/+7
*
Add missing error checks.
Jason Evans
2011-03-15
2
-2/+6
*
Create arena_bin_info_t.
Jason Evans
2011-03-15
6
-223/+324
*
Fix a build dependency regression.
Jason Evans
2011-03-15
1
-1/+2
*
Reduce size of small_size2bin lookup table.
Jason Evans
2011-03-15
4
-41/+52
*
Expand a comment regarding geometric sampling.
Jason Evans
2011-03-15
1
-2/+16
*
Set default symbol visibility to hidden.
Jason Evans
2011-03-15
1
-11/+11
*
Update ChangeLog for 2.1.3.
Jason Evans
2011-03-14
1
-0/+8
*
Fix a thread cache stats merging bug.
Jason Evans
2011-03-14
1
-0/+19
*
Fix a "thread.arena" mallctl bug.
Jason Evans
2011-03-14
2
-16/+26
*
Fix a cpp logic regression.
Jason Evans
2011-03-07
1
-2/+2
*
Update ChangeLog for 2.1.2.
je
2011-03-02
1
-0/+6
*
Build both PIC and no PIC static libraries
Arun Sharma
2011-03-02
2
-11/+19
*
Fix style nits.
Jason Evans
2011-02-14
3
-6/+8
*
Fix "thread.{de,}allocatedp" mallctl.
Jason Evans
2011-02-14
5
-32/+99
*
Add release dates to ChangeLog.
Jason Evans
2011-02-08
1
-10/+10
[prev]
[next]