Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dalloc.c49 #define ALLOC_REG_SIZE 16384 macro
91 r = regional_create_custom(ALLOC_REG_SIZE); in prealloc_blocks()
321 s += alloc->num_reg_blocks * ALLOC_REG_SIZE; in alloc_get_mem()
338 return regional_create_custom(ALLOC_REG_SIZE); in alloc_reg_obtain()