Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
Dtaskq.c206 boolean_t prealloc; in taskq_thread() local
221 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()
229 if (!prealloc) in taskq_thread()
/freebsd-12-stable/contrib/xz/src/liblzma/common/
Dindex.c171 size_t prealloc; member
389 i->prealloc = INDEX_GROUP_SIZE; in index_init_plain()
436 i->prealloc = (size_t)(records); in lzma_index_prealloc()
683 + i->prealloc * sizeof(index_record), in lzma_index_append()
689 g->allocated = i->prealloc; in lzma_index_append()
693 i->prealloc = INDEX_GROUP_SIZE; in lzma_index_append()
/freebsd-12-stable/contrib/unbound/doc/
DChangelog5181 - Fix 781: prealloc() is an HP-UX system library call.
8263 - removed abort on prealloc failure, error still printed but softfail.