#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) |
|
||||||||||||||||
|
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().
|
1.4.4