next up previous contents index
Next: 19.3.7 memdebug_store_backtrace: Stores call-stack Up: 19.3 Additional Debugging Utilities Previous: 19.3.5 memdebug_printf: A printf-style

19.3.6 memdebug_bogosity: Prints a memdebug bogosity message

 

SYNOPSIS

#include <oskit/memdebug.h>

void memdebug_bogosity(memdebug_mhead *head);

DESCRIPTION

Prints a bogosity dump given the first fence-post of an allocation. Uses memdebug_printf for all output.

This routine is called by all others in the library to dump information about an allocation.

PARAMETERS

head
The head fence-post for the given allocation. Contains the back-trace, file and line number information, and allocation-style information.

RELATED INFORMATION

memdebug_printf



University of Utah Flux Research Group