kPageSize 184 ash/ime/candidate_window_view_unittest.cc const size_t kPageSize = 3; kPageSize 186 ash/ime/candidate_window_view_unittest.cc InitCandidateWindow(kPageSize, &candidate_window); kPageSize 189 ash/ime/candidate_window_view_unittest.cc for (size_t i = 0; i < kPageSize; ++i) { kPageSize 201 ash/ime/candidate_window_view_unittest.cc ASSERT_EQ(kPageSize, GetCandidatesSize()); kPageSize 202 ash/ime/candidate_window_view_unittest.cc for (size_t i = 0; i < kPageSize; ++i) { kPageSize 210 ash/ime/candidate_window_view_unittest.cc const size_t kPageSize = 3; kPageSize 212 ash/ime/candidate_window_view_unittest.cc InitCandidateWindow(kPageSize, &candidate_window); kPageSize 215 ash/ime/candidate_window_view_unittest.cc for (size_t i = 0; i < kPageSize; ++i) { kPageSize 227 ash/ime/candidate_window_view_unittest.cc ASSERT_EQ(kPageSize, GetCandidatesSize()); kPageSize 229 ash/ime/candidate_window_view_unittest.cc for (size_t i = 0; i < kPageSize; ++i) { kPageSize 236 ash/ime/candidate_window_view_unittest.cc const size_t kPageSize = 3; kPageSize 238 ash/ime/candidate_window_view_unittest.cc InitCandidateWindow(kPageSize, &candidate_window); kPageSize 241 ash/ime/candidate_window_view_unittest.cc for (size_t i = 0; i < kPageSize; ++i) { kPageSize 253 ash/ime/candidate_window_view_unittest.cc ASSERT_EQ(kPageSize, GetCandidatesSize()); kPageSize 255 ash/ime/candidate_window_view_unittest.cc for (size_t i = 0; i < kPageSize; ++i) { kPageSize 264 ash/ime/candidate_window_view_unittest.cc const size_t kPageSize = 3; kPageSize 266 ash/ime/candidate_window_view_unittest.cc InitCandidateWindow(kPageSize, &candidate_window); kPageSize 269 ash/ime/candidate_window_view_unittest.cc for (size_t i = 0; i < kPageSize; ++i) { kPageSize 281 ash/ime/candidate_window_view_unittest.cc ASSERT_EQ(kPageSize, GetCandidatesSize()); kPageSize 283 ash/ime/candidate_window_view_unittest.cc for (size_t i = 0; i < kPageSize; ++i) { kPageSize 293 ash/ime/candidate_window_view_unittest.cc const size_t kPageSize = 10; kPageSize 314 ash/ime/candidate_window_view_unittest.cc InitCandidateWindow(kPageSize, &candidate_window); kPageSize 19 base/allocator/tcmalloc_unittest.cc for (int offset = 1; offset < kPageSize ; offset <<= 1) { kPageSize 29 base/allocator/tcmalloc_unittest.cc for (int offset = kPageSize; offset < kMaxSize; offset += kPageSize) { kPageSize 57 base/memory/discardable_memory_allocator_android.cc const size_t kPageSize = 4096; kPageSize 58 base/memory/discardable_memory_allocator_android.cc DCHECK_EQ(static_cast<int>(kPageSize), getpagesize()); kPageSize 59 base/memory/discardable_memory_allocator_android.cc if (size > std::numeric_limits<size_t>::max() - kPageSize + 1) kPageSize 61 base/memory/discardable_memory_allocator_android.cc const size_t mask = ~(kPageSize - 1); kPageSize 62 base/memory/discardable_memory_allocator_android.cc return (size + kPageSize - 1) & mask; kPageSize 24 base/memory/discardable_memory_allocator_android_unittest.cc const size_t kPageSize = 4096; kPageSize 27 base/memory/discardable_memory_allocator_android_unittest.cc std::numeric_limits<size_t>::max() - kPageSize + 1; kPageSize 83 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory(allocator.Allocate(kPageSize)); kPageSize 86 base/memory/discardable_memory_allocator_android_unittest.cc ASSERT_TRUE(allocator.last_ashmem_region_size() % kPageSize == 0); kPageSize 99 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory(allocator_.Allocate(kPageSize)); kPageSize 101 base/memory/discardable_memory_allocator_android_unittest.cc EXPECT_EQ(0U, reinterpret_cast<uint64_t>(memory->Memory()) % kPageSize); kPageSize 102 base/memory/discardable_memory_allocator_android_unittest.cc WriteToDiscardableMemory(memory.get(), kPageSize); kPageSize 106 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory(allocator_.Allocate(kPageSize)); kPageSize 109 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory_lock(allocator_.Allocate(kPageSize)); kPageSize 114 base/memory/discardable_memory_allocator_android_unittest.cc memory = allocator_.Allocate(kPageSize); kPageSize 118 base/memory/discardable_memory_allocator_android_unittest.cc WriteToDiscardableMemory(memory.get(), kPageSize); kPageSize 122 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory(allocator_.Allocate(kPageSize)); kPageSize 129 base/memory/discardable_memory_allocator_android_unittest.cc memory = allocator_.Allocate(kPageSize); kPageSize 135 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory1(allocator_.Allocate(3 * kPageSize)); kPageSize 137 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory2(allocator_.Allocate(2 * kPageSize)); kPageSize 139 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory3(allocator_.Allocate(1 * kPageSize)); kPageSize 145 base/memory/discardable_memory_allocator_android_unittest.cc memory1 = allocator_.Allocate(1 * kPageSize); kPageSize 149 base/memory/discardable_memory_allocator_android_unittest.cc WriteToDiscardableMemory(memory1.get(), kPageSize); kPageSize 153 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory1(allocator_.Allocate(kPageSize)); kPageSize 155 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory2(allocator_.Allocate(kPageSize)); kPageSize 157 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory3(allocator_.Allocate(kPageSize)); kPageSize 159 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory4(allocator_.Allocate(kPageSize)); kPageSize 167 base/memory/discardable_memory_allocator_android_unittest.cc memory1 = allocator_.Allocate(3 * kPageSize); kPageSize 172 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory1(allocator_.Allocate(4 * kPageSize)); kPageSize 174 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory2(allocator_.Allocate(4 * kPageSize)); kPageSize 178 base/memory/discardable_memory_allocator_android_unittest.cc memory1 = allocator_.Allocate(2 * kPageSize); kPageSize 182 base/memory/discardable_memory_allocator_android_unittest.cc memory2 = allocator_.Allocate(6 * kPageSize); kPageSize 185 base/memory/discardable_memory_allocator_android_unittest.cc static_cast<const char*>(memory1_address) + 2 * kPageSize); kPageSize 189 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory1(allocator_.Allocate(4 * kPageSize)); kPageSize 191 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory2(allocator_.Allocate(4 * kPageSize)); kPageSize 195 base/memory/discardable_memory_allocator_android_unittest.cc memory1 = allocator_.Allocate(2 * kPageSize); kPageSize 196 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory3(allocator_.Allocate(2 * kPageSize)); kPageSize 203 base/memory/discardable_memory_allocator_android_unittest.cc memory2 = allocator_.Allocate(6 * kPageSize); kPageSize 206 base/memory/discardable_memory_allocator_android_unittest.cc static_cast<const char*>(memory1_address) + 2 * kPageSize); kPageSize 210 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory1(allocator_.Allocate(4 * kPageSize)); kPageSize 212 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory2(allocator_.Allocate(4 * kPageSize)); kPageSize 215 base/memory/discardable_memory_allocator_android_unittest.cc memory1 = allocator_.Allocate(2 * kPageSize); kPageSize 216 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory3(allocator_.Allocate(2 * kPageSize)); kPageSize 227 base/memory/discardable_memory_allocator_android_unittest.cc memory2 = allocator_.Allocate(2 * kPageSize); kPageSize 255 base/memory/discardable_memory_allocator_android_unittest.cc const size_t size = kAshmemRegionSizeForTesting - kPageSize; kPageSize 266 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory3(allocator_.Allocate(kPageSize)); kPageSize 268 base/memory/discardable_memory_allocator_android_unittest.cc WriteToDiscardableMemory(memory3.get(), kPageSize); kPageSize 275 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory1(allocator_.Allocate(kPageSize)); kPageSize 278 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory2(allocator_.Allocate(4 * kPageSize)); kPageSize 282 base/memory/discardable_memory_allocator_android_unittest.cc memory2 = allocator_.Allocate(kPageSize); kPageSize 291 base/memory/discardable_memory_allocator_android_unittest.cc scoped_ptr<DiscardableMemory> memory3(allocator_.Allocate(4 * kPageSize)); kPageSize 297 base/memory/discardable_memory_allocator_android_unittest.cc memory3 = allocator_.Allocate((3 + 4) * kPageSize); kPageSize 299 base/memory/discardable_memory_allocator_android_unittest.cc static_cast<const char*>(memory2->Memory()) + kPageSize); kPageSize 245 base/security_unittest.cc size_t kPageSize = 4096; // We support x86_64 only. kPageSize 252 base/security_unittest.cc mmap(0, kPageSize, PROT_READ|PROT_WRITE, kPageSize 256 base/security_unittest.cc ASSERT_EQ(munmap(default_mmap_heap_address, kPageSize), 0); kPageSize 129 components/nacl/browser/nacl_process_host.cc const int kPageSize = 0x10000; kPageSize 132 components/nacl/browser/nacl_process_host.cc & ~(kPageSize - 1)); kPageSize 36 courgette/third_party/paged_array.h size_t offset = i & (kPageSize - 1); kPageSize 46 courgette/third_party/paged_array.h size_t pages_needed = (size + kPageSize - 1) >> kLogPageSize; kPageSize 52 courgette/third_party/paged_array.h T* block = new(std::nothrow) T[kPageSize]; kPageSize 33 sandbox/win/src/interception.cc const size_t kPageSize = 4096; kPageSize 46 sandbox/win/src/interception.cc size_t align_size = kPageSize; kPageSize 398 sandbox/win/src/interception.cc thunk_base += thunk_offset & ~(kPageSize - 1); kPageSize 399 sandbox/win/src/interception.cc thunk_offset &= kPageSize - 1; kPageSize 402 sandbox/win/src/interception.cc size_t thunk_bytes_padded = (thunk_bytes + kPageSize - 1) & ~(kPageSize - 1); kPageSize 178 sandbox/win/src/sandbox_nt_util.cc const int kPageSize = 4096; kPageSize 184 sandbox/win/src/sandbox_nt_util.cc for (; start < end; start += kPageSize) { kPageSize 189 sandbox/win/src/sandbox_nt_util.cc for (; start < end; start += kPageSize) { kPageSize 84 sandbox/win/wow_helper/wow_helper.cc const size_t kPageSize = 4096; kPageSize 85 sandbox/win/wow_helper/wow_helper.cc return sandbox::PatchNtdll(child, thunk, kPageSize); kPageSize 348 sql/connection_unittest.cc const int kPageSize = 2 * default_page_size; kPageSize 352 sql/connection_unittest.cc db().set_page_size(kPageSize); kPageSize 358 sql/connection_unittest.cc ASSERT_EQ(kPageSize, s.ColumnInt(0)); kPageSize 364 sql/connection_unittest.cc ASSERT_EQ(kPageSize, s.ColumnInt(0)); kPageSize 368 third_party/tcmalloc/chromium/src/central_freelist.cc const size_t overhead_per_span = (pages_per_span * kPageSize) % object_size; kPageSize 63 third_party/tcmalloc/chromium/src/common.cc alignment = kPageSize; kPageSize 73 third_party/tcmalloc/chromium/src/common.cc if (alignment > kPageSize) { kPageSize 74 third_party/tcmalloc/chromium/src/common.cc alignment = kPageSize; kPageSize 125 third_party/tcmalloc/chromium/src/common.cc psize += kPageSize; kPageSize 129 third_party/tcmalloc/chromium/src/common.cc psize += kPageSize; kPageSize 89 third_party/tcmalloc/chromium/src/common.h static const size_t kPageSize = 1 << kPageShift; kPageSize 93 third_party/tcmalloc/chromium/src/common.h static const size_t kMaxSize = 8u * kPageSize; kPageSize 144 third_party/tcmalloc/chromium/src/common.h ((bytes & (kPageSize - 1)) > 0 ? 1 : 0); kPageSize 471 third_party/tcmalloc/chromium/src/page_heap.cc void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); kPageSize 476 third_party/tcmalloc/chromium/src/page_heap.cc ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); kPageSize 307 third_party/tcmalloc/chromium/src/tcmalloc.cc return alloc_size <= ((std::numeric_limits<int>::max)() - kPageSize); kPageSize 441 third_party/tcmalloc/chromium/src/tcmalloc.cc uint64_t(kPageSize)); kPageSize 579 third_party/tcmalloc/chromium/src/tcmalloc.cc page = (limit + kPageSize - 1) >> kPageShift; kPageSize 1006 third_party/tcmalloc/chromium/src/tcmalloc.cc (kPageSize > FLAGS_tcmalloc_large_alloc_report_threshold kPageSize 1007 third_party/tcmalloc/chromium/src/tcmalloc.cc ? kPageSize : FLAGS_tcmalloc_large_alloc_report_threshold); kPageSize 1195 third_party/tcmalloc/chromium/src/tcmalloc.cc ASSERT(reinterpret_cast<uintptr_t>(ptr) % kPageSize == 0); kPageSize 1318 third_party/tcmalloc/chromium/src/tcmalloc.cc if (size <= kMaxSize && align < kPageSize) { kPageSize 1340 third_party/tcmalloc/chromium/src/tcmalloc.cc if (align <= kPageSize) { kPageSize 54 third_party/tcmalloc/chromium/src/tests/frag_unittest.cc static const int kAllocSize = kMaxSize + kPageSize; kPageSize 372 third_party/tcmalloc/vendor/src/central_freelist.cc const size_t overhead_per_span = (pages_per_span * kPageSize) % object_size; kPageSize 59 third_party/tcmalloc/vendor/src/common.cc alignment = kPageSize; kPageSize 69 third_party/tcmalloc/vendor/src/common.cc if (alignment > kPageSize) { kPageSize 70 third_party/tcmalloc/vendor/src/common.cc alignment = kPageSize; kPageSize 121 third_party/tcmalloc/vendor/src/common.cc psize += kPageSize; kPageSize 125 third_party/tcmalloc/vendor/src/common.cc psize += kPageSize; kPageSize 73 third_party/tcmalloc/vendor/src/common.h static const size_t kPageSize = 1 << kPageShift; kPageSize 127 third_party/tcmalloc/vendor/src/common.h ((bytes & (kPageSize - 1)) > 0 ? 1 : 0); kPageSize 410 third_party/tcmalloc/vendor/src/page_heap.cc void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); kPageSize 415 third_party/tcmalloc/vendor/src/page_heap.cc ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); kPageSize 413 third_party/tcmalloc/vendor/src/tcmalloc.cc uint64_t(kPageSize)); kPageSize 551 third_party/tcmalloc/vendor/src/tcmalloc.cc page = (limit + kPageSize - 1) >> kPageShift; kPageSize 998 third_party/tcmalloc/vendor/src/tcmalloc.cc (kPageSize > FLAGS_tcmalloc_large_alloc_report_threshold kPageSize 999 third_party/tcmalloc/vendor/src/tcmalloc.cc ? kPageSize : FLAGS_tcmalloc_large_alloc_report_threshold); kPageSize 1160 third_party/tcmalloc/vendor/src/tcmalloc.cc ASSERT(reinterpret_cast<uintptr_t>(ptr) % kPageSize == 0); kPageSize 1276 third_party/tcmalloc/vendor/src/tcmalloc.cc if (size <= kMaxSize && align < kPageSize) { kPageSize 1298 third_party/tcmalloc/vendor/src/tcmalloc.cc if (align <= kPageSize) { kPageSize 54 third_party/tcmalloc/vendor/src/tests/frag_unittest.cc static const int kAllocSize = kMaxSize + kPageSize; kPageSize 31 tools/android/memdump/memdump.cc const unsigned int kPageSize = getpagesize(); kPageSize 148 tools/android/memdump/memdump.cc (memory_map->end_address - memory_map->start_address) / kPageSize); kPageSize 204 tools/android/memdump/memdump.cc const off64_t offset = memory_map.start_address / kPageSize; kPageSize 211 tools/android/memdump/memdump.cc addr += kPageSize, ++page_index) { kPageSize 212 tools/android/memdump/memdump.cc DCHECK_EQ(0, addr % kPageSize); kPageSize 360 tools/android/memdump/memdump.cc out->append(base::IntToString(it->total_count * kPageSize)); kPageSize 362 tools/android/memdump/memdump.cc out->append(base::IntToString(it->unevictable_count * kPageSize)); kPageSize 371 tools/android/memdump/memdump.cc const int KB_PER_PAGE = kPageSize >> 10; kPageSize 424 tools/android/memdump/memdump.cc memory_map.private_pages.unevictable_count * kPageSize, kPageSize 425 tools/android/memdump/memdump.cc memory_map.private_pages.total_count * kPageSize, kPageSize 427 tools/android/memdump/memdump.cc memory_map.other_shared_pages.unevictable_count * kPageSize, kPageSize 428 tools/android/memdump/memdump.cc memory_map.other_shared_pages.total_count * kPageSize,