next up previous contents index
Next: 19.3.5 memdebug_printf: A printf-style Up: 19.3 Additional Debugging Utilities Previous: 19.3.3 memdebug_ptrchk: Check validity

19.3.4 memdebug_sweep: Check validity of all allocated block's fence-posts

 

SYNOPSIS

#include <oskit/memdebug.h>

void memdebug_sweep(void);

DESCRIPTION

This function walks the list of all allocated blocks and calls memdebug_ptrchk on each entry.

RELATED INFORMATION

memdebug_ptrchk



University of Utah Flux Research Group