-
Notifications
You must be signed in to change notification settings - Fork 2k
gperftools: add a test for plain malloc()
support
#22667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
4a99182
to
214f663
Compare
This comment has been minimized.
This comment has been minimized.
b51d735
to
8a4acc4
Compare
Conan v1 pipeline ✔️All green in build 3 (
Conan v2 pipeline ✔️
All green in build 3 (
|
Co-authored-by: ericLemanissier <[email protected]>
Co-authored-by: ericLemanissier <[email protected]>
8a4acc4
to
8631dfd
Compare
Martin Valgur seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Adds
MALLOCSTATS=1
env var, which enable malloc statistics on program termination:This allows the use of plain
malloc()
to be tested in a verifiable manner in addition to the existing directtc_malloc()
functions from an included header.