Home
last modified time | relevance | path

Searched refs:kBlockMagic (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc90 const u64 kBlockMagic = 0x6A6CB03ABCEBC041ull; variable
98 ((u64*)p)[0] = kBlockMagic; in InternalAlloc()
106 CHECK_EQ(kBlockMagic, ((u64*)addr)[0]); in InternalFree()
/external/chromium_org/net/disk_cache/blockfile/
Ddisk_format_base.h33 const uint32 kBlockMagic = 0xC104CAC3; variable
Dblock_bitmaps_v3_unittest.cc20 headers[i].magic = disk_cache::kBlockMagic; in TEST()
Dblock_files.cc457 header.magic = kBlockMagic; in CreateBlockFile()
489 if (kBlockMagic != header->magic || kBlockVersion2 != header->version) { in OpenBlockFile()