Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h179 const size_t overflow_length = (-header_size) / block_size; // Unsigned arithmetic. in Alloc() local
180 const size_t max_alloc_length = overflow_length - 1u; in Alloc()