Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/verto/
H A Dev.c1927 #define MALLOC_ROUND 4096 /* prefer to allocate in chunks of this size, must be 2**n and >> 4 longs… macro
1941 if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4) in array_nextsize()
1944 ncur = (ncur + elem + (MALLOC_ROUND - 1) + sizeof (void *) * 4) & ~(MALLOC_ROUND - 1); in array_nextsize()