Searched refs:num_size (Results 1 – 1 of 1) sorted by relevance
270 size_t num_size; in bootstrap_calloc() local272 num_size = num * size; in bootstrap_calloc()273 if (unlikely(num_size == 0)) { in bootstrap_calloc()275 num_size = 1; in bootstrap_calloc()278 return a0ialloc(num_size, true, false); in bootstrap_calloc()