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
/
src
/
alloc-override-osx.c
Age
Commit message (
Expand
)
Author
2022-04-07
fix for dynamic overriding on macOS; add warning about C++ compilation (as th...
Daan
2022-02-14
fix for macOS M1 Monteray to check pointers in zone_size
Daan
2022-02-02
fix compile error on macOS 10.13 for claimed_address; fix by @michaeljclark, ...
Daan
2022-01-16
fix warning on clang on macos
Daan
2022-01-10
nicefy
Daan
2022-01-10
update copyright year
Daan
2022-01-10
nicefy
Daan
2022-01-10
fix g++ compilation on macos
Daan
2021-11-13
prefix UNUSED,KiB,MiB,GiB; add mi_threadid_t type; add mi_ssize_t
daan
2021-11-04
improve macOS overriding
Daan
2021-11-02
improve macOS M1 performance; use interpose in combination with zone's; add -...
Daan
2021-10-20
Fix warnings on osx with g++ compilation
Daan
2021-10-20
add MI_USE_LIBATOMIC to link with -latomic on older systems (see also PR #429...
Daan
2021-06-17
fixes for M1; disable interpose use zones; fix pedantic warnings
Daan Leijen
2021-06-07
Revert "make all includes relative"
Daan Leijen
2021-06-06
make all includes relative
Daan Leijen
2021-04-24
Bump copyright date
Jim Huang
2020-12-15
update override on macOS with interpose of malloc_default_zone (issues #313)
Daan Leijen
2020-04-21
Provide zone_size function: free() uses it to find the zone pointer belongs t...
Anton Korobeynikov
2020-02-09
add comments on overriding in macOSX
daan
2020-02-08
enable interpose separate from zones on macOS
daan
2020-02-05
update mac zone code
daan
2020-02-02
improved malloc zone handling on macOSX (not working yet)
daan
2019-07-02
Fixing interpose on macOS
daan
2019-06-24
Merge pull request #17 from jserv/macos-rebranding
Daan
2019-06-24
Apple rebrands "OS X" as "macOS"
Jim Huang
2019-06-24
Fix typo in comment
Jim Huang
2019-06-23
Clarify top-level license file
Jim Huang
2019-06-23
Fix spelling errors
Sungmann Cho
2019-06-19
initial checkin
daan