Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_jemalloc
/
refs/heads/n-mr2
/
src
/
chunk_mmap.c
05a9e4a
Fix potential VM map fragmentation regression.
by Jason Evans
· 9 years ago
c2f970c
Modify pages_map() to support mapping uncommitted virtual memory.
by Jason Evans
· 9 years ago
245ae60
Support --with-lg-page values larger than actual page size.
by Jason Evans
· 9 years ago
c7a9a6c
Attempt mmap-based in-place huge reallocation.
by Jason Evans
· 10 years ago
78ae1ac
Reduce variable scope.
by Dmitry-Me
· 10 years ago
03bf5b6
Try to decommit new chunks.
by Jason Evans
· 10 years ago
8fadb1a
Implement chunk hook support for page run commit/decommit.
by Jason Evans
· 10 years ago
b49a334
Generalize chunk management hooks.
by Jason Evans
· 10 years ago
ef0a0cc
We have pages_unmap(ret, size) so we use it.
by Igor Podlesny
· 10 years ago
551ebc4
Convert to uniform style: cond == false --> !cond
by Jason Evans
· 11 years ago
994fad9
Add check for madvise(2) to configure.ac.
by Richard Diamond
· 11 years ago
e2deab7
Refactor huge allocation to be managed by arenas.
by Jason Evans
· 11 years ago
2a83ed0
Refactor tests.
by Jason Evans
· 12 years ago
7de9276
Fix mlockall()/madvise() interaction.
by Jason Evans
· 13 years ago
de6fbdb
Fix chunk_alloc_mmap() bugs.
by Jason Evans
· 13 years ago
a14bce8
Use Get/SetLastError on Win32
by Mike Hommey
· 13 years ago
a19e87f
Add support for Mingw
by Mike Hommey
· 13 years ago
a8f8d75
Remove mmap_unaligned.
by Jason Evans
· 13 years ago
8f0e0eb
Fix a memory corruption bug in chunk_alloc_dss().
by Jason Evans
· 13 years ago
666c5bf
Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls
by Mike Hommey
· 13 years ago
7ca0fdf
Disable munmap() if it causes VM map holes.
by Jason Evans
· 13 years ago
5ff709c
Normalize aligned allocation algorithms.
by Jason Evans
· 13 years ago
eae2690
Add alignment support to chunk_alloc().
by Mike Hommey
· 13 years ago
c5851ea
Remove MAP_NORESERVE support
by Mike Hommey
· 13 years ago
cd9a134
Implement tsd.
by Jason Evans
· 13 years ago
e24c7af
Invert NO_TLS to JEMALLOC_TLS.
by Jason Evans
· 13 years ago
d81e4bd
Implement malloc_vsnprintf().
by Jason Evans
· 14 years ago
7427525
Move repo contents in jemalloc/ to top level.
by Jason Evans
· 14 years ago
[Renamed from jemalloc/src/chunk_mmap.c]
655f04a
Fix style nits.
by Jason Evans
· 15 years ago
a09f55c
Wrap strerror_r().
by Jason Evans
· 15 years ago
2dbecf1
Port to Mac OS X.
by Jason Evans
· 15 years ago
2206e1a
Add MAP_NORESERVE support.
by Jordan DeLong
· 15 years ago
698805c
Simplify malloc_message().
by Jason Evans
· 16 years ago
376b152
Restructure source tree.
by Jason Evans
· 16 years ago
[Renamed (98%) from jemalloc/src/jemalloc_chunk_mmap.c]
4fb7f51
Fix a chunk leak in chunk_alloc_mmap().
by Jason Evans
· 16 years ago
4201af0
Add the --enable-swap configure option.
by Jason Evans
· 16 years ago