Searched refs:total (Results 1 – 1 of 1) sorted by relevance
56 int total; in __assert_fail_base() local61 assertion, &total) >= 0) in __assert_fail_base()67 total = (total + 1 + GLRO(dl_pagesize) - 1) & ~(GLRO(dl_pagesize) - 1); in __assert_fail_base()68 struct abort_msg_s *buf = __mmap (NULL, total, PROT_READ | PROT_WRITE, in __assert_fail_base()72 buf->size = total; in __assert_fail_base()
Completed in 6 milliseconds