summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2022-04-09Merge branch 'dev' into dev-sliceDaan Leijen
2022-04-09nicer heap walk testDaan Leijen
2022-04-09merge from devDaan Leijen
2022-04-08add heap walk testDaan Leijen
2022-02-10Merge branch 'dev' into dev-slicedaan
2022-02-10add huge allocation test (see #544 by @Tiran)daan
2022-02-10add extra huge allocation testdaan
2022-02-02collect segment cache on mi_collectDaan
2022-01-10Merge branch 'dev' into dev-slicedaan
2022-01-10further fixes to allow statically linking mimalloc in DLL modules (issue #508)Daan Leijen
2022-01-10merge from devdaan
2021-12-21Add tests to check "freed memory fill" behaviour in debug modeFrank Richter
2021-12-21Add tests for debug mode "uninit fill" behaviourFrank Richter
2021-12-21Add tests for zero-initialization functionsFrank Richter
2021-12-21Move test macros/helpers to a separate headerFrank Richter
2021-12-18fix bug in freeing huge OS page allocation spanning multiple huge OS pagesdaan
2021-12-18merge from devdaan
2021-12-18Merge branch 'dev' into dev-sliceDaan Leijen
2021-12-18update alignment testsDaan Leijen
2021-12-17Merge branch 'dev' into dev-slicedaan
2021-12-17add extra alignment testsdaan
2021-12-17merge from dev (MI_ALIGNED_MAX)daan
2021-12-17improve aligned allocation performancedaan
2021-12-15Merge branch 'dev' into dev-slicedaan
2021-12-15Merge branch 'dev' into netbsd_reallocarrDaan
2021-12-15merge from devdaan
2021-12-15rename VER_DIR to VERSION_DIRdaan
2021-12-14merge from devDaan
2021-12-14further improvements to installation directoriesDaan
2021-12-01introduces netbsd's reallocarr overriding.David Carlier
and couple of tests.
2021-11-14merge from devDaan
2021-11-14update cmake install for MI_INSTALL_TOPLEVELDaan
2021-11-13use size_t instead of uintptr_t where appropiatedaan
2021-11-11fix decommit bugdaan
2021-11-10merge from dev-slicedaan
2021-11-10save decommit_mask for segments in the segment cachedaan
2021-11-09wip: increase commit mask resolutiondaan
2021-10-20Merge branch 'dev' into dev-sliceDaan
2021-10-20api test conceal gcc pragmaDavid CARLIER
2021-10-19merge from devDaan Leijen
2021-10-19fix warningsDaan Leijen
2021-10-19merge from devDaan
2021-10-19Merge pull request #428 from Logarithmus/fix-test-i686Daan
Fix 'malloc-nomem1' test for 32-bit architectures
2021-10-19Merge branch 'dev' into dev-sliceDaan
2021-10-19Merge pull request #467 from tiran/strict_prototypesDaan
Fix strict function prototype warnings
2021-10-19Fix strict function prototype warningsChristian Heimes
Fix warning ``warning: function declaration isn’t a prototype`` when building mimalloc with ``-Wstrict-prototypes`` flag. In C argumentless functions should be declared as ``func(void)``. Reproducer: ```shell $ cmake ../.. -DCMAKE_C_FLAGS="-Wstrict-prototypes" $ make VERBOSE=1 ``` Co-authored-by: Sam Gross <colesbury@gmail.com> Co-authored-by: Neil Schemenauer <nas@arctrix.com> Signed-off-by: Christian Heimes <christian@python.org>
2021-10-18merge from devDaan Leijen
2021-07-26update tests with staticDaan Leijen
2021-07-26add test for #445Daan Leijen
2021-06-29Fix 'malloc-nomem1' test for 32-bit architecturesArtur Sinila