summaryrefslogtreecommitdiff
path: root/src/alloc-override-osx.c
AgeCommit message (Expand)Author
2022-04-07fix for dynamic overriding on macOS; add warning about C++ compilation (as th...Daan
2022-02-14fix for macOS M1 Monteray to check pointers in zone_sizeDaan
2022-02-02fix compile error on macOS 10.13 for claimed_address; fix by @michaeljclark, ...Daan
2022-01-16fix warning on clang on macosDaan
2022-01-10nicefyDaan
2022-01-10update copyright yearDaan
2022-01-10nicefyDaan
2022-01-10fix g++ compilation on macosDaan
2021-11-13prefix UNUSED,KiB,MiB,GiB; add mi_threadid_t type; add mi_ssize_tdaan
2021-11-04improve macOS overridingDaan
2021-11-02improve macOS M1 performance; use interpose in combination with zone's; add -...Daan
2021-10-20Fix warnings on osx with g++ compilationDaan
2021-10-20add MI_USE_LIBATOMIC to link with -latomic on older systems (see also PR #429...Daan
2021-06-17fixes for M1; disable interpose use zones; fix pedantic warningsDaan Leijen
2021-06-07Revert "make all includes relative"Daan Leijen
2021-06-06make all includes relativeDaan Leijen
2021-04-24Bump copyright dateJim Huang
2020-12-15update override on macOS with interpose of malloc_default_zone (issues #313)Daan Leijen
2020-04-21Provide zone_size function: free() uses it to find the zone pointer belongs t...Anton Korobeynikov
2020-02-09add comments on overriding in macOSXdaan
2020-02-08enable interpose separate from zones on macOSdaan
2020-02-05update mac zone codedaan
2020-02-02improved malloc zone handling on macOSX (not working yet)daan
2019-07-02Fixing interpose on macOSdaan
2019-06-24Merge pull request #17 from jserv/macos-rebrandingDaan
2019-06-24Apple rebrands "OS X" as "macOS"Jim Huang
2019-06-24Fix typo in commentJim Huang
2019-06-23Clarify top-level license fileJim Huang
2019-06-23Fix spelling errorsSungmann Cho
2019-06-19initial checkindaan