/external/jemalloc/include/jemalloc/internal/ |
D | extent.h | 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) in extent_node_zeroed_set() argument 171 node->en_zeroed = zeroed; in extent_node_zeroed_set() 197 bool zeroed, bool committed) in extent_node_init() argument 203 extent_node_zeroed_set(node, zeroed); in extent_node_init()
|
D | chunk.h | 70 void *chunk, size_t size, bool zeroed, bool committed);
|
D | jemalloc_internal_defs.h.in | 221 * such that new pages will be demand-zeroed if
|
/external/jemalloc/src/ |
D | chunk.c | 54 void *chunk, size_t size, bool zeroed, bool committed); 208 bool zeroed, committed; in chunk_recycle() local 244 zeroed = extent_node_zeroed_get(node); in chunk_recycle() 245 if (zeroed) in chunk_recycle() 277 cache, ret, size + trailsize, zeroed, committed); in chunk_recycle() 287 zeroed, committed); in chunk_recycle() 292 trailsize, zeroed, committed); in chunk_recycle() 301 ret, size, zeroed, committed); in chunk_recycle() 310 if (!zeroed) in chunk_recycle() 478 void *chunk, size_t size, bool zeroed, bool committed) in chunk_record() argument [all …]
|
D | arena.c | 1705 bool zeroed = extent_node_zeroed_get(chunkselm); in arena_unstash_purged() local 1711 zeroed, committed); in arena_unstash_purged()
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | find_step.py | 56 zeroed = [x - mean for x in values] 57 stddev = math_utils.StandardDeviation(zeroed) 58 return [math_utils.Divide(x, stddev) for x in zeroed]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | risbg-01.ll | 1 ; Test sequences that can use RISBG with a zeroed first operand. 47 ; The range should be reduced to exclude the zeroed high bits. 91 ; be reduced to exclude the zeroed low bits.
|
/external/llvm/test/CodeGen/X86/ |
D | subreg-to-reg-4.ll | 12 ; 32-bits will be zeroed.
|
D | break-false-dep.ll | 109 ; flops-6. Make sure the unused register read by vcvtsi2sdq is zeroed
|
/external/libvorbis/doc/ |
D | 08-residue.tex | 172 the unpacked vectors are zeroed. Note that for residue type 2, these 253 'do not decode' vectors are allocated and zeroed.
|
D | 02-bitpacking.tex | 218 Unused space in the last byte of a bytestream is always zeroed during
|
D | 04-codec.tex | 419 zeroed and nonzeroed vector to produce two nonzeroed vectors.
|
/external/boringssl/linux-arm/crypto/modes/ |
D | ghashv8-armx32.S | 113 @ r12 is zeroed just in time
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 67 # zeroed automatically).
|
/external/e2fsprogs/ |
D | TODO | 70 list of disk blocks is not zeroed out. I was able to dump the contents of the
|
/external/jemalloc/ |
D | ChangeLog | 466 whether a chunk was zeroed. On FreeBSD, NetBSD, and OS X, it could cause 611 - Fix chunk_alloc_dss() to stop claiming memory is zeroed. This bug could 763 allocate/reallocate aligned zeroed memory, ask for optional extra memory
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 586 // zeroed vector.
|
/external/fio/ |
D | HOWTO | 581 The resulting IO buffers will not be completely zeroed, 609 data and zeroed data is. Without this set, fio will 611 data, followed by the remaining zeroed. With this set 613 alternate random and zeroed data throughout the IO
|
/external/libjpeg-turbo/ |
D | structure.txt | 791 A virtual array can be specified to be "pre-zeroed"; when this flag is set,
|
/external/valgrind/ |
D | NEWS.old | 696 121893 calloc does not always return zeroed memory
|
/external/tpm2/generator/ |
D | raw_commands_fixed.txt | 18614 // If this is DRTM, extend to zeroed PCR
|
D | raw_commands.txt | 18603 // If this is DRTM, extend to zeroed PCR
|