Searched refs:kAllocationSize (Results 1 – 3 of 3) sorted by relevance
205 constexpr static int kAllocationSize = 1024 * 10; in getTestAllocatorParams() local206 Params ashmemParams(kAllocationSize); in getTestAllocatorParams()
241 constexpr static int kAllocationSize = 1024 * 10; in getTestAllocatorParams() local242 Params ashmemParams(kAllocationSize); in getTestAllocatorParams()
1084 static constexpr size_t kAllocationSize = 8 * 1024 * 1024; variable1090 ptrs[i] = malloc(kAllocationSize); in GetMaxAllocations()1106 ptrs[i] = malloc(kAllocationSize); in VerifyMaxPointers()1111 ASSERT_TRUE(malloc(kAllocationSize) == nullptr); in VerifyMaxPointers()