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
*
Merge branch 'dev'
3.0.0
Jason Evans
2012-05-12
74
-8056/+10840
|
\
|
*
Update ChangeLog for 3.0.0.
Jason Evans
2012-05-12
1
-4/+6
|
*
Return early in _malloc_{pre,post}fork() if uninitialized.
Jason Evans
2012-05-12
1
-0/+14
|
*
Fix large calloc() zeroing bugs.
Jason Evans
2012-05-11
3
-30/+29
|
*
Add arena chunk map assertions.
Jason Evans
2012-05-11
1
-15/+30
|
*
Refactor arena_run_alloc().
Jason Evans
2012-05-11
1
-34/+24
|
*
Update a comment.
Jason Evans
2012-05-10
1
-9/+9
|
*
Generalize "stats.mapped" documentation.
Jason Evans
2012-05-10
1
-2/+2
|
*
Export je_memalign and je_valloc
Mike Hommey
2012-05-09
1
-0/+9
|
*
Remove -fno-common compiler flag for OS X.
Mike Hommey
2012-05-09
1
-1/+1
|
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
7
-17/+64
|
*
Fix chunk_recycle() to stop leaking trailing chunks.
Jason Evans
2012-05-09
1
-40/+38
|
*
Fix chunk_alloc_mmap() bugs.
Jason Evans
2012-05-09
2
-35/+11
|
*
Fix a base allocator deadlock.
Jason Evans
2012-05-03
1
-3/+14
|
*
Don't use sizeof() on a VARIABLE_ARRAY
Mike Hommey
2012-05-02
1
-2/+2
|
*
Use "standard" printf prefixes instead of MSVC ones in inttypes.h
Mike Hommey
2012-05-02
1
-51/+59
|
*
Use "hardcoded" dependencies when compiler doesn't support -MM
Mike Hommey
2012-05-02
2
-0/+17
|
*
Allow je_malloc_message to be overridden when linking statically
Mike Hommey
2012-05-02
2
-19/+14
|
*
Further optimize and harden arena_salloc().
Jason Evans
2012-05-02
3
-38/+74
|
*
Check for VALGRIND_RESIZEINPLACE_BLOCK support
Mike Hommey
2012-05-02
1
-4/+1
|
*
Fix partial rename of s/EXPORT/JEMALLOC_EXPORT/g.
Jason Evans
2012-05-02
1
-5/+5
|
*
Update private namespace mangling.
Jason Evans
2012-05-02
1
-12/+11
|
*
Make malloc_write() non-inline.
Jason Evans
2012-05-02
2
-11/+12
|
*
Make CACHELINE a raw constant.
Jason Evans
2012-05-02
1
-1/+4
|
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
7
-388/+614
|
*
Add support for MSVC
Mike Hommey
2012-05-01
11
-15/+177
|
*
Import msinttypes
Mike Hommey
2012-05-01
2
-0/+552
|
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
8
-82/+56
|
*
Few configure.ac adjustments
Mike Hommey
2012-05-01
3
-15/+9
|
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
7
-33/+71
|
*
Remove the VOID macro
Mike Hommey
2012-04-30
1
-6/+2
|
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
7
-18/+43
|
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
2
-7/+9
|
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
2
-20/+52
|
*
Don't set prof_tdata during thread cleanup.
Jason Evans
2012-04-28
1
-3/+0
|
*
Fix Valgrind URL in documentation.
Jason Evans
2012-04-26
1
-20/+20
|
*
Fix a PROF_ALLOC_PREP() error path.
Jason Evans
2012-04-25
2
-3/+7
|
*
Fix the "epoch" mallctl.
Jason Evans
2012-04-25
2
-12/+13
|
*
Add missing Valgrind annotations.
Jason Evans
2012-04-24
2
-0/+4
|
*
Fix quarantine_grow() bugs.
Jason Evans
2012-04-24
1
-9/+8
|
*
Add usize sanity checking to quarantine.
Jason Evans
2012-04-24
1
-13/+21
|
*
Handle quarantine resurrection during thread exit.
Jason Evans
2012-04-24
1
-5/+45
|
*
Fix two CHILD() macro calls in the ctl tree.
Jason Evans
2012-04-24
1
-2/+2
|
*
Fix ctl regression.
Jason Evans
2012-04-24
2
-30/+32
|
*
Don't link tests with superfluous libraries.
Jason Evans
2012-04-24
1
-1/+1
|
*
Silence compiler warnings.
Jason Evans
2012-04-23
1
-3/+3
|
*
Force use of TLS if heap profiling is enabled.
Jason Evans
2012-04-23
1
-0/+4
|
*
Clean up documentation and formatting.
Jason Evans
2012-04-23
4
-15/+11
|
*
Fix jemalloc.sh code generation.
Jason Evans
2012-04-23
2
-1/+5
|
*
Avoid using a union for ctl_node_s
Mike Hommey
2012-04-23
2
-81/+114
[next]