Searched refs:zeroed (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | extent_inlines.h | 30 void extent_zeroed_set(extent_t *extent, bool zeroed); 35 size_t size, size_t usize, size_t sn, bool active, bool zeroed, 224 extent_zeroed_set(extent_t *extent, bool zeroed) in extent_zeroed_set() argument 226 extent->e_zeroed = zeroed; in extent_zeroed_set() 249 size_t usize, size_t sn, bool active, bool zeroed, bool committed, in extent_init() argument 260 extent_zeroed_set(extent, zeroed); in extent_init()
|
| A D | jemalloc_internal_defs.h.in | 265 * new pages will be demand-zeroed if the
|
| /third_party/ulib/jemalloc/src/ |
| A D | extent.c | 704 bool zeroed, committed; in extent_grow_retained() local 723 zeroed = false; in extent_grow_retained() 726 &zeroed, &committed, arena->dss_prec); in extent_grow_retained() 728 arena_extent_sn_next(arena), false, zeroed, committed, false); in extent_grow_retained() 1063 bool zeroed; in extent_dalloc_wrapper() local 1071 zeroed = true; in extent_dalloc_wrapper() 1074 zeroed = true; in extent_dalloc_wrapper() 1079 zeroed = false; in extent_dalloc_wrapper() 1084 zeroed = true; in extent_dalloc_wrapper() 1086 zeroed = false; in extent_dalloc_wrapper() [all …]
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 601 whether a chunk was zeroed. On FreeBSD, NetBSD, and OS X, it could cause 746 - Fix chunk_alloc_dss() to stop claiming memory is zeroed. This bug could 898 allocate/reallocate aligned zeroed memory, ask for optional extra memory
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 4477 //zeroed ShiftCount times. The result is optionally stored into Result. 4485 //bit zeroed ShiftCount times. The result is optionally stored into Result. 6771 } // End Else DWRD zeroed out
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 7596 object. The input buffer was prematurely zeroed and/or deleted. (BZ 577) 7705 For incoming ACPI 1.0 FADTs, these fields are now always zeroed. (The
|
Completed in 33 milliseconds