commit | 442cd3e8878759bc39edde2e14d18365d32a53f3 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Apr 06 18:20:39 2023 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Apr 06 18:20:39 2023 -0700 |
tree | e9a21efdb5fec65b90417bd1e6b42e4e978b1a24 | |
parent | 3b180696a55ff4c50a07340ba1b2cd5a94c6b087 [diff] |
Remove async_safe references. The only reason async_safe was being used was to avoid allocations. However, on bionic, using dprintf also avoids allocations, so use that function instead. Test: Ran memory_replay before and after on a trace and verified all Test: output is the same. Test: Added malloc_disable/malloc_enable around all dprintf calls to Test: verify they do not allocate. Change-Id: I4f1f304bcbabfde529bba281f0a735345dfd312a