Home
last modified time | relevance | path

Searched refs:MALLOC_ZERO (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1543 #define MALLOC_ZERO(dest, nbytes) memset(dest, 0, nbytes) macro
1549 #define MALLOC_ZERO(charp, nbytes) \ macro
3834 MALLOC_ZERO(d, clearsize);