commit | 29b6eff4c7e79f099dc7ca70700daa081743c2cf | [log] [tgz] |
---|---|---|
author | Aliaksey Kandratsenka <alkondratenko@gmail.com> | Sat Apr 06 19:05:57 2024 |
committer | Aliaksey Kandratsenka <alkondratenko@gmail.com> | Wed May 29 22:30:09 2024 |
tree | ba51b786226189428a556d47513a342c07d9da74 | |
parent | 33cda2c9b32dcbbb5bd7c1ae9a71a394db96fbf7 [diff] |
replace heap-checker "bcad" stuff The comments in this file stated that it has to be linked in specific order to get initialized early enough. But our initialization is de-facto via initial malloc hook. And to deal with latest-possible destruction, we use more convenient destructor function attribute, and make things simpler.