Searched defs:kNumPages (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/ |
D | address_space_host_media.h | 48 static constexpr int kNumPages = 2049; // 32M + 16k variable 51 static constexpr int kNumPages = 1 + kPageSize * 2; // 32M + 4k variable
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | paged_memory_unittest.cc | 37 const size_t kNumPages = 10; in TEST() local 98 const size_t kNumPages = 4096; in TEST() local
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | address_pool_manager_unittest.cc | 284 static const size_t kNumPages[kAllocCount] = {1, 4, 7, 8, 13, 16, 31, 60}; in TEST() local 334 static const size_t kNumPages[kAllocCount] = {1, 3, 7, 11}; in TEST() local
|
/aosp_15_r20/art/libartbase/base/ |
H A D | mem_map_test.cc | 628 constexpr size_t kNumPages = 3; in TEST_F() local
|
/aosp_15_r20/system/memory/libmeminfo/ |
D | libmeminfo_test.cpp | 165 static constexpr size_t kNumPages = 20; in TEST() local
|