Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvector.h50 #define BC_VEC_START_CAP (UINTMAX_C(1) << 5) macro
/freebsd/contrib/bc/src/
H A Dvector.c82 v->v = bc_vm_malloc(bc_vm_arraySize(BC_VEC_START_CAP, esize)); in bc_vec_init()
85 v->cap = BC_VEC_START_CAP; in bc_vec_init()