HomeSort by relevance Sort by last modified time
    Searched refs:kMapSize (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/test/msan/
mmap.cc 53 const size_t kMapSize = 0x100000000ULL;
55 const size_t kMapSize = 0x1000000000ULL;
59 void *p = mmap(0, kMapSize, PROT_WRITE,
  /art/runtime/
mem_map_test.cc 199 constexpr size_t kMapSize = kPageSize;
200 std::unique_ptr<uint8_t[]> data(new uint8_t[kMapSize]());
201 ASSERT_TRUE(scratch_file.GetFile()->WriteFully(&data[0], kMapSize));
202 std::unique_ptr<MemMap> map(MemMap::MapFile(/*byte_count*/kMapSize,
212 ASSERT_EQ(map->Size(), kMapSize);
  /external/v8/src/regexp/
jsregexp.h     [all...]
jsregexp.cc     [all...]

Completed in 244 milliseconds