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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-11/+1
*
Make CACHELINE a raw constant.
Jason Evans
2012-05-02
1
-1/+4
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
4
-134/+320
*
Add support for MSVC
Mike Hommey
2012-05-01
7
-4/+94
*
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
3
-28/+37
*
Few configure.ac adjustments
Mike Hommey
2012-05-01
1
-2/+2
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
2
-3/+37
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
2
-1/+16
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
1
-5/+7
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
1
-3/+15
*
Fix a PROF_ALLOC_PREP() error path.
Jason Evans
2012-04-25
1
-1/+3
*
Fix ctl regression.
Jason Evans
2012-04-24
1
-6/+6
*
Avoid using a union for ctl_node_s
Mike Hommey
2012-04-23
1
-12/+15
*
Fix heap profiling bugs.
Jason Evans
2012-04-22
2
-9/+35
*
Remove unused #includes
Mike Hommey
2012-04-22
1
-2/+0
*
Add support for Mingw
Mike Hommey
2012-04-22
3
-13/+125
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
3
-11/+2
*
Fix chunk allocation/deallocation bugs.
Jason Evans
2012-04-21
1
-1/+1
*
Fix a memory corruption bug in chunk_alloc_dss().
Jason Evans
2012-04-21
1
-1/+1
*
Fix isthreaded-related build breakage.
Jason Evans
2012-04-20
1
-0/+1
*
Add missing private namespace mangling.
Jason Evans
2012-04-20
1
-0/+46
*
Don't mangle pthread_create().
Jason Evans
2012-04-20
1
-1/+0
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
3
-10/+50
*
Remove extra argument for malloc_tsd_cleanup_register
Mike Hommey
2012-04-19
1
-10/+5
*
Remove initialization of the non-TLS tsd wrapper from static memory
Mike Hommey
2012-04-19
1
-12/+3
*
Initialize all members of non-TLS tsd wrapper when creating it
Mike Hommey
2012-04-19
1
-0/+1
*
Make special FreeBSD function overrides visible.
Jason Evans
2012-04-19
1
-0/+3
*
Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls
Mike Hommey
2012-04-19
3
-7/+3
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
1
-1/+2
*
Add atomic(9) implementations of atomic operations.
Jason Evans
2012-04-17
3
-5/+48
*
Replace fprintf with malloc_printf in tests.
Mike Hommey
2012-04-17
1
-0/+3
*
Use echo instead of cat in loops in size_classes.sh
Mike Hommey
2012-04-17
1
-21/+11
*
Add/remove missing/cruft entries to/from private_namespace.h.
Jason Evans
2012-04-14
1
-13/+52
*
Disable munmap() if it causes VM map holes.
Jason Evans
2012-04-13
5
-3/+23
*
Use a stub replacement and disable dss when sbrk is not supported
Mike Hommey
2012-04-12
1
-0/+3
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
3
-41/+28
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
8
-44/+263
*
Add alignment support to chunk_alloc().
Mike Hommey
2012-04-10
3
-3/+3
*
Remove MAP_NORESERVE support
Mike Hommey
2012-04-10
1
-1/+0
*
Remove arena_malloc_prechosen().
Jason Evans
2012-04-06
1
-14/+0
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
3
-0/+16
*
Revert "Use ffsl() in ALLOCM_ALIGN()."
Jason Evans
2012-04-04
1
-1/+6
*
Add tls_model configuration.
Jason Evans
2012-04-04
2
-3/+6
*
Add a0malloc(), a0calloc(), and a0free().
Jason Evans
2012-04-04
3
-24/+33
*
Postpone mutex initialization on FreeBSD.
Jason Evans
2012-04-04
1
-9/+23
*
Use $((...)) instead of expr.
Jason Evans
2012-04-03
1
-15/+15
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
4
-50/+29
[prev]
[next]