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

/art/runtime/
H A Dmem_map.cc204 // CheckMapRequest to validate a non-MAP_FAILED mmap result based on
213 static bool CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count, function in namespace:art
358 if (!CheckMapRequest(expected_ptr, actual, page_aligned_byte_count, error_msg)) {
399 // check this if required after the fact inside CheckMapRequest.
445 if (!CheckMapRequest(expected_ptr, actual, page_aligned_byte_count, error_msg)) {

Completed in 31 milliseconds