aboutsummaryrefslogtreecommitdiff
path: root/malloc/tst-malloc-check.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar1-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.