Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Datexit.cpp147 size_t new_bytes = round_up_to_page_bytes(dst); in recompact() local
148 if (new_bytes < old_bytes) { in recompact()
149 madvise(reinterpret_cast<char*>(array_) + new_bytes, old_bytes - new_bytes, MADV_DONTNEED); in recompact()