Home
last modified time | relevance | path

Searched defs:required_bytes (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.cc2233 size_t required_bytes = RoundUp(failed_alloc_bytes, kPageSize); in LogFragmentationAllocFailure() local
2241 size_t required_bytes = numOfPages[SizeToIndex(failed_alloc_bytes)] * kPageSize; in LogFragmentationAllocFailure() local