Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1542 #define MALLOC_COPY(dest, src, nbytes) memcpy(dest, src, nbytes) macro
1567 #define MALLOC_COPY(dest,src,nbytes) \ macro
3629 MALLOC_COPY(d, s, copysize); in _int_realloc()