Searched refs:clearsize (Results 1 – 1 of 1) sorted by relevance
3624 unsigned long clearsize; in __libc_calloc() local3727 clearsize = csz - SIZE_SZ; in __libc_calloc()3728 nclears = clearsize / sizeof (INTERNAL_SIZE_T); in __libc_calloc()3732 return memset (d, 0, clearsize); in __libc_calloc()