Home
last modified time | relevance | path

Searched refs:zeroed (Results 1 – 25 of 38) sorted by relevance

12

/external/jemalloc/include/jemalloc/internal/
Dextent.h99 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()
Dchunk.h74 bool zeroed, bool committed);
Djemalloc_internal_defs.h.in262 * new pages will be demand-zeroed if the
/external/skia/tests/
DArenaAllocTest.cpp79 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/
Dchunk.c55 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/
Dname1 zap inode with zeroed extent header
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrFormats.td45 // 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/
Dsyslinux.ld157 /* Very large objects which don't need to be zeroed */
/external/syslinux/efi/x86_64/
Dsyslinux.ld157 /* Very large objects which don't need to be zeroed */
/external/syslinux/efi/
Dsyslinux.ld161 /* Very large objects which don't need to be zeroed */
/external/llvm/test/CodeGen/SystemZ/
Drisbg-01.ll1 ; 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/
Dsubreg-to-reg-4.ll12 ; 32-bits will be zeroed.
/external/llvm/test/CodeGen/X86/
Dsubreg-to-reg-4.ll12 ; 32-bits will be zeroed.
Dbreak-false-dep.ll109 ; flops-6. Make sure the unused register read by vcvtsi2sdq is zeroed
/external/syslinux/core/x86_64/
Dsyslinux.ld393 /* Very large objects which don't need to be zeroed */
/external/llvm/docs/
DScudoHardenedAllocator.rst48 the checksum field zeroed out.
/external/syslinux/core/
Dpxelinux.asm56 ; .bss is zeroed... must be in .earlybss
/external/syslinux/core/i386/
Dsyslinux.ld393 /* Very large objects which don't need to be zeroed */
/external/libvorbis/doc/
D08-residue.tex172 the unpacked vectors are zeroed. Note that for residue type 2, these
253 'do not decode' vectors are allocated and zeroed.
D02-bitpacking.tex218 Unused space in the last byte of a bytestream is always zeroed during
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt67 # zeroed automatically).
/external/boringssl/linux-arm/crypto/modes/
Dghashv8-armx32.S116 @ r12 is zeroed just in time
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt158 … do not have backing device memory, the fetched data is compared against zeroed memory if residenc…
/external/e2fsprogs/
DTODO70 list of disk blocks is not zeroed out. I was able to dump the contents of the
/external/jemalloc/
DChangeLog601 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

12