commit | 15d5e70ca74c77b688871f8a79ea72a057547879 | [log] [tgz] |
---|---|---|
author | Aliaksei Kandratsenka <alkondratenko@gmail.com> | Thu Jun 05 12:32:00 2025 -0400 |
committer | Aliaksei Kandratsenka <alkondratenko@gmail.com> | Thu Jun 05 12:40:34 2025 -0400 |
tree | 50c23961734a763722e8d5ed3d3565f0ca4c9ce9 | |
parent | 6e09b8446e69dcbb205274681298058372651f1a [diff] |
osx:heap-profiler_unittest: workaround failure to hide _tc_newarray Recent pprof update fixed another issue in leading underscore handling on OSX, but that somehow broke built-in filtering out of tcmalloc symbols. So for now lets manually hide tc_newarray there while investigating proper fix upstream. pprof reference: https://github.com/google/pprof/pull/939