Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
H A Dudb.h67 #define UDB_ALLOC_CHUNK_MINSIZE ((uint64_t)1<<UDB_ALLOC_CHUNK_MINEXP) macro
H A Dudb.c661 assert(UDB_HEADER_SIZE % UDB_ALLOC_CHUNK_MINSIZE == 0);
1286 } else if(asz <= UDB_ALLOC_CHUNK_MINSIZE) {