Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1225 constexpr size_t kSizeBytesAlmostFull = 950'000; variable
1234 const std::vector<uint64_t> testValue((kSizeBytesAlmostFull + i) / sizeof(uint64_t), 42); in TEST_F()