#include "gm_internal.h"
#include "gm_call_trace.h"
Functions | |
GM_ENTRY_POINT void * | gm_dma_calloc (struct gm_port *p, gm_size_t count, gm_size_t length) |
This file contains the GM API function gm_dma_calloc().
|
gm_dma_calloc() allocates and clears count * length bytes of DMAable memory aligned on a 4-byte boundary. Memory should be freed using gm_dma_free().
|