Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1575 constexpr int32_t kMaxAllocationSize = 1 * 1000 * 1000; in readOutVectorSizeWithCheck() local
1577 if (allocationSize >= kMaxAllocationSize) { in readOutVectorSizeWithCheck()