Searched refs:prealloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_scoreboard.h54 int prealloc; member in struct:uwx_scoreboard
H A Duwx_scoreboard.c65 sb->prealloc = 1;
91 sb->prealloc = 0;
304 if (!sb->prealloc) {
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c152 * Mark it as a prealloc'd task. This is important
190 boolean_t prealloc; local
205 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC;
213 if (!prealloc)
/freebsd-10.1-release/contrib/xz/src/liblzma/common/
H A Dindex.c171 size_t prealloc; member in struct:lzma_index_s
389 i->prealloc = INDEX_GROUP_SIZE;
436 i->prealloc = (size_t)(records);
679 + i->prealloc * sizeof(index_record),
685 g->allocated = i->prealloc;
687 // Reset prealloc so that if the application happens to
689 i->prealloc = INDEX_GROUP_SIZE;
/freebsd-10.1-release/contrib/unbound/util/
H A Dalloc.c62 /** prealloc some entries in the cache. To minimize contention.
67 prealloc(struct alloc_cache* alloc) function
73 log_err("prealloc: out of memory");
83 /** prealloc region blocks */
92 log_err("prealloc blocks: out of memory");
219 prealloc(alloc);

Completed in 108 milliseconds