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