Home
last modified time | relevance | path

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

/external/strace/
Dxmalloc.c96 enum { DEFAULT_ALLOC_SIZE = 64 * SIZEOF_LONG / 4 }; in xgrowarray() enumerator
102 (DEFAULT_ALLOC_SIZE + memb_size - 1) / memb_size; in xgrowarray()