[Python-Dev] pymalloc.supp (a valgrind suppressions file)
Zooko
zooko@zooko.com
Tue, 22 Oct 2002 15:51:36 -0400
# add the cmdline arg `--suppressions=thisfile' when invoking valgrind
{
PyObject_Free does tricky inside-a-page peeking, but it's really okay.
Cond
fun:PyObject_Free
}
{
PyObject_Free does tricky inside-a-page peeking, but it's really okay.
Value4
fun:PyObject_Free
}
{
PyObject_Free does tricky inside-a-page peeking, but it's really okay.
Addr4
fun:PyObject_Free
}
{
PyObject_Realloc does tricky inside-a-page peeking, but it's really okay.
Cond
fun:PyObject_Realloc
}
{
PyObject_Realloc does tricky inside-a-page peeking, but it's really okay.
Value4
fun:PyObject_Realloc
}
{
PyObject_Realloc does tricky inside-a-page peeking, but it's really okay.
Addr4
fun:PyObject_Realloc
}