#include "gm_config.h"
#include "gm_internal.h"
Functions | |
GM_ENTRY_POINT void | gm_bzero (void *ptr, gm_size_t len) |
|
gm_bzero() clears the len bytes of memory starting at ptr. This function does not use partword I/O unless it must (for speed, especially when doing PIO), and does not rely on the system bzero() functionality, which may not be safe for PIO mapped memory.
|