Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c219 boolean_t prealloc; in taskq_thread() local
236 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()
244 if (!prealloc) in taskq_thread()
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dindex.c172 size_t prealloc; member
390 i->prealloc = INDEX_GROUP_SIZE; in index_init_plain()
437 i->prealloc = (size_t)(records); in lzma_index_prealloc()
690 + i->prealloc * sizeof(index_record), in lzma_index_append()
696 g->allocated = i->prealloc; in lzma_index_append()
700 i->prealloc = INDEX_GROUP_SIZE; in lzma_index_append()
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog5912 - Fix 781: prealloc() is an HP-UX system library call.
8994 - removed abort on prealloc failure, error still printed but softfail.