about summary refs log tree commit diff
path: root/malloc/tst-malloc-check.c
Commit message (Collapse)AuthorAgeFilesLines
* tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar2021-06-221-0/+115
MALLOC_CHECK_ and mcheck() are two different malloc checking features. tst-mcheck does not check mcheck(), instead it checks MALLOC_CHECK_, so rename the file to avoid confusion.