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
*
Use KQU() rather than QU() where applicable.
Jason Evans
2014-05-29
5
-1052/+1052
*
Add size class computation capability.
Jason Evans
2014-05-29
9
-91/+462
*
Use nallocx() rather than mallctl() to trigger initialization.
Jason Evans
2014-05-28
1
-1/+1
*
Make sure initialization occurs prior to running tests.
Jason Evans
2014-05-28
1
-1/+14
*
STATIC_PAGE_SHIFT for cross-compiling jemalloc
Daniel Micay
2014-05-28
1
-1/+2
*
Fixup after 3a730df (Avoid pointer arithmetic on void*[...])
Mike Hommey
2014-05-28
1
-2/+2
*
Correctly return exit code from thd_join on Windows
Mike Hommey
2014-05-28
1
-1/+2
*
Define INFINITY when it's not defined
Mike Hommey
2014-05-28
1
-0/+6
*
Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...
Mike Hommey
2014-05-28
4
-56/+60
*
Use a configure test to detect the form of malloc_usable_size in malloc.h
Mike Hommey
2014-05-27
1
-2/+16
*
Move __func__ to jemalloc_internal_macros.h
Mike Hommey
2014-05-27
2
-1/+4
*
Use ULL prefix instead of LLU for unsigned long longs
Mike Hommey
2014-05-27
3
-1005/+1005
*
Avoid pointer arithmetic on void* in test/integration/rallocx.c
Mike Hommey
2014-05-27
1
-3/+5
*
Rename "small" local variable, because windows headers #define it
Mike Hommey
2014-05-27
1
-4/+4
*
Use C99 varadic macros instead of GCC ones
Mike Hommey
2014-05-27
2
-196/+196
*
Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJS
Mike Hommey
2014-05-27
1
-1/+1
*
Replace variable arrays in tests with VARIABLE_ARRAY
Mike Hommey
2014-05-27
2
-3/+3
*
Define DLLEXPORT when building .jet objects
Mike Hommey
2014-05-27
1
-1/+1
*
Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c
Mike Hommey
2014-05-27
1
-0/+4
*
Fix manual dependency on jemalloc_test.h
Mike Hommey
2014-05-27
1
-1/+1
*
Minor doc edit.
Jason Evans
2014-05-16
1
-4/+4
*
Merge branch 'pr/80' into dev
Jason Evans
2014-05-16
29
-423/+575
|
\
|
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
28
-466/+380
|
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
16
-45/+283
|
/
*
Merge pull request #82 from thestinger/newline
Jason Evans
2014-05-08
1
-0/+1
|
\
|
*
fix git handling of newlines on windows
Daniel Micay
2014-05-07
1
-0/+1
|
/
*
Fix coding sytle nits.
Jason Evans
2014-05-01
3
-7/+7
*
Simplify backtracing.
Jason Evans
2014-04-23
4
-91/+60
*
Update libunwind configuration check to look for unw_backtrace().
Jason Evans
2014-04-23
1
-1/+1
*
Merge pull request #75 from luciang/dev
Jason Evans
2014-04-23
2
-26/+11
|
\
|
*
prof_backtrace: use unw_backtrace
Lucian Adrian Grijincu
2014-04-23
2
-26/+11
|
/
*
Refactor small_size2bin and small_bin2size.
Jason Evans
2014-04-17
5
-29/+61
*
Fix debug-only compilation failures.
Jason Evans
2014-04-16
1
-3/+2
*
Merge pull request #73 from bmaurer/smallmalloc
Jason Evans
2014-04-16
8
-192/+192
|
\
|
*
Create a const array with only a small bin to size map
Ben Maurer
2014-04-16
5
-7/+17
|
*
refactor profiling. only use a bytes till next sample variable.
Ben Maurer
2014-04-16
3
-152/+132
|
*
outline rare tcache_get codepaths
Ben Maurer
2014-04-16
3
-33/+43
*
|
Optimize Valgrind integration.
Jason Evans
2014-04-15
12
-136/+231
*
|
Remove the "opt.valgrind" mallctl.
Jason Evans
2014-04-15
7
-41/+24
*
|
Remove the "arenas.purge" mallctl.
Jason Evans
2014-04-15
3
-51/+1
*
|
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
Jason Evans
2014-04-15
13
-73/+72
*
|
Reverse the cc-silence default.
Jason Evans
2014-04-15
2
-9/+8
*
|
Update MALLOCX_ARENA() documentation.
Jason Evans
2014-04-15
1
-4/+4
*
|
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
14
-558/+7
|
/
*
Remove support for non-prof-promote heap profiling metadata.
Jason Evans
2014-04-11
8
-110/+28
*
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
*
|
Merge pull request #68 from bmaurer/noderefarena
Jason Evans
2014-04-10
3
-9/+6
|
\
\
|
|
/
|
/
|
|
*
Don't dereference chunk->arena in free() hot path
Ben Maurer
2014-04-05
3
-9/+6
|
/
*
Merge branch 'dev'
3.6.0
Jason Evans
2014-03-31
29
-88/+177
|
\
[next]