next up previous contents index
Next: 19.3.2 memdebug_check: Look for Up: 19.3 Additional Debugging Utilities Previous: 19.3 Additional Debugging Utilities

19.3.1 memdebug_mark: Mark all currently allocated blocks.

 

SYNOPSIS

#include <oskit/memdebug.h>

void memdebug_mark(void);

DESCRIPTION

This function walks the list of all allocated objects and ``marks'' them. This is useful so that you can determine what was allocated before a certain point in your program.

Objects only have one bit to keep track of marks, so calling memdebug_mark more than once may not have the effect you would like.

RELATED INFORMATION

memdebug_sweep



University of Utah Flux Research Group