Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_test.cpp802 static constexpr size_t kAllocationSize = 8 * 1024 * 1024; variable
808 ptrs[i] = malloc(kAllocationSize); in GetMaxAllocations()
824 ptrs[i] = malloc(kAllocationSize); in VerifyMaxPointers()
829 ASSERT_TRUE(malloc(kAllocationSize) == nullptr); in VerifyMaxPointers()