/external/jemalloc/include/jemalloc/internal/ |
D | extent.h | 99 void extent_node_zeroed_set(extent_node_t *node, bool zeroed); 104 size_t size, size_t sn, bool zeroed, bool committed); 198 extent_node_zeroed_set(extent_node_t *node, bool zeroed) in extent_node_zeroed_set() argument 201 node->en_zeroed = zeroed; in extent_node_zeroed_set() 227 size_t sn, bool zeroed, bool committed) in extent_node_init() argument 234 extent_node_zeroed_set(node, zeroed); in extent_node_init()
|
D | chunk.h | 74 bool zeroed, bool committed);
|
D | jemalloc_internal_defs.h.in | 262 * new pages will be demand-zeroed if the
|
/external/skia/tests/ |
D | ArenaAllocTest.cpp | 79 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local 81 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST() 106 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local 108 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST() 133 int* zeroed = arena.makeArray<int>(10); in DEF_TEST() local 135 REPORTER_ASSERT(r, zeroed[i] == 0); in DEF_TEST()
|
/external/jemalloc/src/ |
D | chunk.c | 55 bool zeroed, bool committed); 209 bool zeroed, committed; in chunk_recycle() local 248 zeroed = extent_node_zeroed_get(node); in chunk_recycle() 249 if (zeroed) in chunk_recycle() 282 zeroed, committed); in chunk_recycle() 292 + trailsize, *sn, zeroed, committed); in chunk_recycle() 297 trailsize, *sn, zeroed, committed); in chunk_recycle() 306 cache, ret, size, *sn, zeroed, committed); in chunk_recycle() 315 if (!zeroed) in chunk_recycle() 513 void *chunk, size_t size, size_t sn, bool zeroed, bool committed) in chunk_record() argument [all …]
|
/external/e2fsprogs/tests/f_zeroed_ext_header/ |
D | name | 1 zap inode with zeroed extent header
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUInstrFormats.td | 45 // RR Format, where RB is zeroed (dont care): 52 // RR Format, where RA and RB are zeroed (dont care): 62 // RR Format, where RT is zeroed (don't care), or as the instruction handbook
|
/external/syslinux/efi/i386/ |
D | syslinux.ld | 157 /* Very large objects which don't need to be zeroed */
|
/external/syslinux/efi/x86_64/ |
D | syslinux.ld | 157 /* Very large objects which don't need to be zeroed */
|
/external/syslinux/efi/ |
D | syslinux.ld | 161 /* Very large objects which don't need to be 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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | subreg-to-reg-4.ll | 12 ; 32-bits will be zeroed.
|
/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/syslinux/core/x86_64/ |
D | syslinux.ld | 393 /* Very large objects which don't need to be zeroed */
|
/external/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 48 the checksum field zeroed out.
|
/external/syslinux/core/ |
D | pxelinux.asm | 56 ; .bss is zeroed... must be in .earlybss
|
/external/syslinux/core/i386/ |
D | syslinux.ld | 393 /* Very large objects which don't need to be 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
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 67 # zeroed automatically).
|
/external/boringssl/linux-arm/crypto/modes/ |
D | ghashv8-armx32.S | 116 @ r12 is zeroed just in time
|
/external/deqp/doc/testspecs/VK/ |
D | sparse_resources.txt | 158 … do not have backing device memory, the fetched data is compared against zeroed memory if residenc…
|
/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 | 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
|