Searched refs:unwanted_size (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc551 uint32_t unwanted_size = stack_top - pregion - kPageSize; local
552 madvise(pregion, unwanted_size, MADV_DONTNEED);
619 uint32_t unwanted_size = stack_top - pregion - kPageSize; local
620 madvise(pregion, unwanted_size, MADV_DONTNEED);

Completed in 58 milliseconds