mcheck_pedantic (3) Linux Manual Page
NAME mcheck, mcheck_check_all, mcheck_pedantic, mprobe – heap consistency checking SYNOPSIS #include <mcheck.h> int mcheck(void (*abortfunc)(enum mcheck_status mstatus)); int mcheck_pedantic(void (*abortfunc)(enum mcheck_status mstatus)); void mcheck_check_all(void); enum mcheck_status mprobe(void *ptr); DESCRIPTION The mcheck() function installs a set of debugging hooks for the malloc(3) family of memory-allocation functions. These hooks cause certain consistency checks to be performed on…
