Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dindex.c171 size_t prealloc; member
389 i->prealloc = INDEX_GROUP_SIZE; in index_init_plain()
456 i->prealloc = (size_t)(records); in lzma_index_prealloc()
708 assert(i->prealloc > 0); in lzma_index_append()
710 + i->prealloc * sizeof(index_record), in lzma_index_append()
716 g->allocated = i->prealloc; in lzma_index_append()
720 i->prealloc = INDEX_GROUP_SIZE; in lzma_index_append()
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dtaskq.c239 boolean_t prealloc; in taskq_thread() local
257 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()
265 if (!prealloc) in taskq_thread()
/freebsd/contrib/unbound/doc/
H A DChangelog6444 - Fix 781: prealloc() is an HP-UX system library call.
9526 - removed abort on prealloc failure, error still printed but softfail.
/freebsd/contrib/xz/
H A DChangeLog71 Records, the resulting lzma_index had an invalid internal "prealloc"