summaryrefslogtreecommitdiff
path: root/tests/malloc_test.cpp
AgeCommit message (Expand)Author
2021-11-17Regression test for scudo crash in resizeTaggedChunk.Evgenii Stepanov
2021-03-05Add some slack at the end of large allocations when target SDK level < S.Peter Collingbourne
2021-01-25[MemInit] Remove old API, introduce new MemInit API.Mitch Phillips
2021-01-14Make "disable memory mitigations" and "set heap tagging level" more available.Elliott Hughes
2021-01-11Remove ANDROID_EXPERIMENTAL_MTE.Peter Collingbourne
2020-10-22Add DoNotOptimize and use it in tests.Elliott Hughes
2020-10-08Add an API for per-process disabling memory initialization.Peter Collingbourne
2020-09-24Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h.Peter Collingbourne
2020-07-28Add support for new scudo mallopt options.Christopher Ferris
2020-05-05Introduce a new heap tagging level, M_HEAP_TAGGING_LEVEL_SYNC.Peter Collingbourne
2020-02-28Remove `return` after `GTEST_SKIP`.Elliott Hughes
2020-02-20Allow android_mallopt(M_SET_HEAP_TAGGING_LEVEL) to control scudo heap tagging.Peter Collingbourne
2020-02-12Update malloc_info test for scudo.Christopher Ferris
2020-01-29Add a disabled test to verify alloc after fork.Christopher Ferris
2020-01-27Use platform signal name.Christopher Ferris
2020-01-16Merge "Add new malloc align tests."Christopher Ferris
2020-01-15allow for heapprofd's signal to be multiplexedRyan Savitski
2020-01-15Add new malloc align tests.Christopher Ferris
2019-11-06Fix allocations escaping malloc debug.Christopher Ferris
2019-10-09Add support for scudo.Christopher Ferris
2019-09-16Make bionic_malloc.h a platform header.Christopher Ferris
2019-06-20Run pvalloc/valloc tests in unsupported envs.Christopher Ferris
2019-06-19Change pvalloc call to valloc in test.Christopher Ferris
2019-05-03Fix malloc_info missing large allocs.Christopher Ferris
2019-03-27Convert new tests to GTEST_SKIP.Elliott Hughes
2019-03-27Merge "bionic tests: use GTEST_SKIP."Elliott Hughes
2019-03-22Disable malloc_info test under HWASan.Evgenii Stepanov
2019-03-15Add a platform API for setting an allocation limit.Christopher Ferris
2019-03-12bionic tests: use GTEST_SKIP.Elliott Hughes
2019-03-07Refactor the malloc_info code.Christopher Ferris
2019-02-12Refactor malloc common into distinct pieces.Christopher Ferris
2019-02-07Fix flakiness of mallinfo test.Christopher Ferris
2019-02-06Merge "Cleanup bionic tests with hwasan."Evgenii Stepanov
2019-02-06Cleanup bionic tests with hwasan.Evgenii Stepanov
2019-01-23conditional zygote child heap profiling + android_internal_malloptRyan Savitski
2018-11-16Add test for mallinfo.Christopher Ferris
2018-11-07Add smoke tests for mallopt options.Christopher Ferris
2018-11-06Disable a few bionic tests under HWASan.Evgenii Stepanov
2018-09-26Add reallocarray(3).Elliott Hughes
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2017-06-15Update posix_memalign testing.Christopher Ferris
2017-05-15Add support for modifying decay timer.Christopher Ferris
2016-02-12Fix the default alignment of the allocations.Christopher Ferris
2016-02-11Add tests for zero-sized allocations.Elliott Hughes
2015-12-16Fix bug in dlmalloc's version of calloc.Christopher Ferris
2014-08-22Implement malloc_info(3).Dan Albert
2014-06-16Use a separate config.h for config like defines.Christopher Ferris
2014-06-14Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert
2014-06-14Backing this one out since the counterpart needs to be sent upstream.Dan Albert
2014-06-13Hides valloc(3)/pvalloc(3) on LP64.Dan Albert