Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h180 const size_t max_alloc_length = overflow_length - 1u; in Alloc() local
183 const size_t max_length = RoundDown(max_alloc_length, kObjectAlignment / block_size); in Alloc()