index
:
Project-1CE/external_mimalloc
sugisawa-mr1
tachibana
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
mimalloc-internal.h
Age
Commit message (
Collapse
)
Author
2020-09-08
merge from dev (with is_pinned/is_large separation)
daan
2020-09-08
track pinned memory separately from large os pages
daan
2020-09-08
refactor segment cache and map in a separate source file
daan
2020-09-08
merge from dev (bitmap split)
daan
2020-09-08
split bitmap code into separate header and source file
daan
2020-09-08
consolidate bit scan operations
daan
2020-09-06
fix is_in_same_page check
daan
2020-09-05
keep commit_mask live in the cache for better reuse
daan
2020-09-05
add initial mi_commit_mask abstraction
daan
2020-09-03
merge from dev-atomic with new atomic interface
daan
2020-09-03
merge from dev-atomic
daan
2020-08-27
merge from dev
daan
2020-08-09
enable --std=c99 compilation; fix mingw compilation
daan
2020-07-26
replace atomics with C11/C++ atomics with explicit memory order; passes ↵
daan
tsan. Issue #130
2020-07-25
fix ub on shift, issue #279
daan
2020-07-21
move include 'limits.h' outside of definition
daan
2020-07-10
illumos support/build fix and large page support
David Carlier
2020-05-26
fix __movsb typecast error MSVC
Haneef Mubarak
2020-05-26
fix REP MOVSB doc comment typo
Haneef Mubarak
2020-05-26
resolve #201 with a platform-selective REP MOVSB implementation
Haneef Mubarak
2020-05-19
merge from dev
daan
2020-05-19
edit warning messages to be more consistent
daan
2020-05-01
fix assertions for huge segment free
daan
2020-03-16
merge from dev
daan
2020-02-17
strengthen alignment check for memalign and aligned_alloc
daan
2020-02-02
change TLS slot on OpenBSD
daan
2020-02-02
fix TLS slot number on OSX
daan
2020-02-02
improved malloc zone handling on macOSX (not working yet)
daan
2020-02-02
extend interpose for macOSX
daan
2020-02-02
update comments
daan
2020-02-02
fixes for dragonfly
daan
2020-02-02
fixes for freeBSD
daan
2020-02-02
update thread local storage
daan
2020-02-01
add initial fast tls for macOSX
daan
2020-02-01
use __thread locals on linux
daan
2020-02-01
merge dev-exp; add pthread TLS support for macOSX
daan
2020-02-01
merge from dev-win (padding)
daan
2020-02-01
improve encoding of padding canary and buffer overflow detection
daan
2020-01-31
byte-precise heap block overflow checking with encoded padding
daan
2020-01-31
better padding implementation, more precise statistics
daan
2020-01-30
merge from dev; add retired collect on abandon
daan
2020-01-30
fix stat accounting of segments with huge blocks
daan
2020-01-29
improve performance with tls recursion counter
daan
2020-01-29
first working tls on macOS using interpose; still slow
daan
2020-01-27
merge from dev-exp; better abandoned reclamation
daan
2020-01-26
cleanup reclaim logic
daan
2020-01-24
add cache alignment directives for contended variables
daan
2020-01-23
initial abandon based on fine-grained reclamation
daan
2020-01-23
remove __thread attribute from mimalloc.h
daan
2020-01-23
use -fvisibility=hidden on clang as well
daan
[prev]
[next]