summaryrefslogtreecommitdiff
path: root/libc/malloc_hooks/malloc_hooks.cpp
AgeCommit message (Collapse)Author
2018-07-18Fix malloc_hooks for hooks_write_malloc_leak_info.Florian Mayer
Change-Id: I99f9ee0221bc7bbb5e7dd173ae5a6007f0fa871d
2018-02-13Implement malloc hooks.Christopher Ferris
Use the malloc debug framework to implement the malloc debug hooks since it can introduce a performance issue. Also, modify the bionic/tests/utils.h slightly to dump an error message when the exe failed. Bug: 30561479 Test: Ran malloc hook unit tests. Test: Ran malloc debug unit tests. Test: Enabled malloc hooks and ran bionic unit tests and verified no Test: unexpected failures. Test: Enabled malloc debug and malloc hooks and verified malloc debug wins. Test: Enabled malloc debug using env, property, and property with name Test: still works. Change-Id: Ib50046a0493c5c2050cf831befb812310bdcc249 (cherry picked from commit d6a1dc23796696f73f483943534d4c5c4b312d39)