Searched refs:zeroed (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dextent.h22 * The zeroed flag is used by chunk recycling code to track whether
83 void extent_node_zeroed_set(extent_node_t *node, bool zeroed);
88 size_t size, bool zeroed, bool committed);
168 extent_node_zeroed_set(extent_node_t *node, bool zeroed) argument
171 node->en_zeroed = zeroed;
197 bool zeroed, bool committed)
203 extent_node_zeroed_set(node, zeroed);
196 extent_node_init(extent_node_t *node, arena_t *arena, void *addr, size_t size, bool zeroed, bool committed) argument
H A Dchunk.h68 chunk_hooks_t *chunk_hooks, void *chunk, size_t size, bool zeroed,
/freebsd-11-stable/contrib/jemalloc/src/
H A Dchunk.c54 extent_tree_t *chunks_ad, bool cache, void *chunk, size_t size, bool zeroed,
210 bool zeroed, committed; local
246 zeroed = extent_node_zeroed_get(node);
247 if (zeroed)
279 chunks_ad, cache, ret, size + trailsize, zeroed,
290 trailsize, zeroed, committed);
295 trailsize, zeroed, committed);
304 cache, ret, size, zeroed, committed);
313 if (!zeroed)
328 * If the caller specifies (!*zero), it is still possible to receive zeroed
506 chunk_record(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, extent_tree_t *chunks_szad, extent_tree_t *chunks_ad, bool cache, void *chunk, size_t size, bool zeroed, bool committed) argument
633 chunk_dalloc_wrapper(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, void *chunk, size_t size, bool zeroed, bool committed) argument
[all...]
H A Darena.c475 /* The run is untouched, and therefore zeroed. */
480 /* The run is dirty, so all pages must be zeroed. */
484 * The run is clean, so some pages may be zeroed (i.e.
691 * the pages as zeroed if arena_chunk_alloc_internal() returned a zeroed
700 * the chunk is not zeroed.
1701 * were zeroed as a side effect of purging. This chunk
1747 bool zeroed = extent_node_zeroed_get(chunkselm); local
1753 size, zeroed, committed);
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_utils.c260 int zeroed, aflags; local
262 zeroed = (flags & DMAR_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0;
263 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP |
280 if (zeroed && (m->flags & PG_ZERO) == 0)
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S114 @ r12 is zeroed just in time
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl196 @ $inc is zeroed just in time
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c5506 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
12597 Bool zeroed; /* True if zeroed out and ready for reuse */ member in struct:VdbeCursor
[all...]

Completed in 327 milliseconds