HomeSort by relevance Sort by last modified time
    Searched full:overflow_length (Results 1 - 1 of 1) sorted by null

  /art/runtime/mirror/
string-inl.h 172 constexpr size_t overflow_length = (-header_size) / sizeof(uint16_t); // Unsigned arithmetic. local
173 constexpr size_t max_alloc_length = overflow_length - 1u;

Completed in 114 milliseconds