Home
last modified time | relevance | path

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

/src/contrib/bc/src/
H A Dvector.c506 s->s = bc_vm_malloc(BC_SLAB_SIZE); in bc_slab_init()
528 if (s->len + len > BC_SLAB_SIZE) return NULL; in bc_slab_add()
577 if (BC_UNLIKELY(len >= BC_SLAB_SIZE)) in bc_slabvec_strdup()
/src/contrib/bc/include/
H A Dvector.h391 #define BC_SLAB_SIZE (4096) macro