Searched refs:prealloc (Results 1 – 3 of 3) sorted by relevance
216 boolean_t prealloc; in taskq_thread() local233 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC; in taskq_thread()241 if (!prealloc) in taskq_thread()
171 size_t prealloc; member389 i->prealloc = INDEX_GROUP_SIZE; in index_init_plain()436 i->prealloc = (size_t)(records); in lzma_index_prealloc()679 + i->prealloc * sizeof(index_record), in lzma_index_append()685 g->allocated = i->prealloc; in lzma_index_append()689 i->prealloc = INDEX_GROUP_SIZE; in lzma_index_append()
4265 - Fix 781: prealloc() is an HP-UX system library call.7347 - removed abort on prealloc failure, error still printed but softfail.