Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2875 unsigned long clearsize; in public_cALLOc() local
3812 unsigned long clearsize; local
3829 clearsize = chunksize(p) - SIZE_SZ;
3830 nclears = clearsize / sizeof(INTERNAL_SIZE_T);
3834 MALLOC_ZERO(d, clearsize);