Home
last modified time | relevance | path

Searched refs:kAllocationSize (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/bufferpool/1.0/vts/
H A Dallocator.cpp205 constexpr static int kAllocationSize = 1024 * 10; in getTestAllocatorParams() local
206 Params ashmemParams(kAllocationSize); in getTestAllocatorParams()
/aosp12/frameworks/av/media/bufferpool/2.0/tests/
H A Dallocator.cpp241 constexpr static int kAllocationSize = 1024 * 10; in getTestAllocatorParams() local
242 Params ashmemParams(kAllocationSize); in getTestAllocatorParams()
/aosp12/bionic/tests/
H A Dmalloc_test.cpp1084 static constexpr size_t kAllocationSize = 8 * 1024 * 1024; variable
1090 ptrs[i] = malloc(kAllocationSize); in GetMaxAllocations()
1106 ptrs[i] = malloc(kAllocationSize); in VerifyMaxPointers()
1111 ASSERT_TRUE(malloc(kAllocationSize) == nullptr); in VerifyMaxPointers()