Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c280 size_t num_size; in bootstrap_calloc() local
282 num_size = num * size; in bootstrap_calloc()
283 if (unlikely(num_size == 0)) { in bootstrap_calloc()
285 num_size = 1; in bootstrap_calloc()
288 return a0ialloc(num_size, true, false); in bootstrap_calloc()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c892 int num_size; member
5850 int num_size, int null_size, const struct archive_rb_tree_ops *rbt_ops) in idr_start() argument
5863 idr->num_size = num_size; in idr_start()
5916 idr_extend_identifier(n, idr->num_size, idr->null_size); in idr_resolve()