Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h173 constexpr size_t max_alloc_length = overflow_length - 1u; in Alloc() local
176 constexpr size_t max_length = RoundDown(max_alloc_length, kObjectAlignment / sizeof(uint16_t)); in Alloc()