Home
last modified time | relevance | path

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

/libev/
H A Dev.c1920 #define MALLOC_ROUND 4096 /* prefer to allocate in chunks of this size, must be 2**n and >> 4 longs… macro
1934 if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4) in array_nextsize()
1937 ncur = (ncur + elem + (MALLOC_ROUND - 1) + sizeof (void *) * 4) & ~(MALLOC_ROUND - 1); in array_nextsize()