summaryrefslogtreecommitdiff
path: root/include/mimalloc-types.h
AgeCommit message (Expand)Author
2022-04-09merge from devDaan Leijen
2022-04-09remove thread local segment cacheDaan Leijen
2022-04-07remove unneeded MI_HUGE_OBJ_SIZE_MAXDaan Leijen
2022-02-05increase min commit to 2 mibdaan
2022-02-05add minimal commit size for increased efficiency (decommit fine grained, comm...daan
2022-02-04increase minimal commit size to 8*slice-size and add decommit_extend_delay as...daan
2022-02-02Merge pull request #528 from michaeljclark/mimalloc-fixesDaan
2022-01-19mimalloc-types: amend comment adding medium to list of page kindsMichael Clark
2022-01-10Merge branch 'dev' into dev-slicedaan
2022-01-05Allow overrides of MI_DEBUG memory constantsChristian Heimes
2021-12-18merge from devdaan
2021-12-18Merge branch 'dev' into dev-sliceDaan Leijen
2021-12-18update alignment testsDaan Leijen
2021-12-17merge from dev (MI_ALIGNED_MAX)daan
2021-12-17restrict max aligment boundary to prevent bug with segment determination (fou...daan
2021-11-14make segment size smaller on 32-bitdaan
2021-11-14fix slice countdaan
2021-11-14make decommit size equal to slice sizedaan
2021-11-13increase commit mask blocks to 2xslice sizedaan
2021-11-13merge from dev-slicedaan
2021-11-13merge from devdaan
2021-11-13prefix UNUSED,KiB,MiB,GiB; add mi_threadid_t type; add mi_ssize_tdaan
2021-11-13add comments, renamingdaan
2021-11-11fix decommit bugdaan
2021-11-10merge from dev-slicedaan
2021-11-10increase segment size to 64MiBdaan
2021-11-09wip: increase commit mask resolutiondaan
2021-10-19merge from devDaan
2021-10-19Merge pull request #410 from jserv/enforce-binary-prefixDaan
2021-10-02add start offset to pages to reduce cache/page effectsDaan Leijen
2021-08-04Fixed typo in headersbmalrat
2021-06-07Merge pull request #412 from diorszeng/dev-sliceDaan
2021-06-07fix double quote includesDaan Leijen
2021-06-07Revert "make all includes relative"Daan Leijen
2021-06-06Merge branch 'dev' into dev-sliceDaan Leijen
2021-06-06make all includes relativeDaan Leijen
2021-05-31Update mimalloc-types.hdiorszeng
2021-05-30Distinguish SI and Binary PrefixesJim Huang
2021-04-28merge from devDaan Leijen
2021-04-24Bump copyright dateJim Huang
2021-04-17Fix typo in commentunknown
2021-01-29merge from devDaan Leijen
2020-12-10merge from devDaan Leijen
2020-11-11Unify statistic collection:Anton Korobeynikov
2020-11-11Rename the fieldAnton Korobeynikov
2020-11-02Honour MI_STAT in couple more places.Anton Korobeynikov
2020-09-08merge from dev (with is_pinned/is_large separation)daan
2020-09-08track pinned memory separately from large os pagesdaan
2020-09-08refactor segment cache and map in a separate source filedaan
2020-09-05add initial mi_commit_mask abstractiondaan