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

/freebsd-12-stable/contrib/bc/include/
H A Dvector.h46 #define BC_VEC_START_CAP (UINTMAX_C(1)<<5) macro
/freebsd-12-stable/contrib/bc/src/
H A Dvector.c63 v->cap = BC_VEC_START_CAP;
66 v->v = bc_vm_malloc(bc_vm_arraySize(BC_VEC_START_CAP, esize));

Completed in 283 milliseconds