Lines Matching refs:fatal
79 fatal("mm_make_entry(%p): double address %p->%p(%zu)", in RB_GENERATE()
107 fatal("mmap(%zu): %s", size, strerror(errno)); in mm_create()
147 fatal("munmap(%p, %zu): %s", mm->address, mm->size, in mm_destroy()
150 fatal("%s: UsePrivilegeSeparation=yes and Compression=yes not supported", in mm_destroy()
166 fatal("%s: mm_malloc(%zu)", __func__, size); in mm_xmalloc()
180 fatal("mm_malloc: try to allocate 0 space"); in mm_malloc()
182 fatal("mm_malloc: size too big"); in mm_malloc()
224 fatal("mm_free(%p): can not find %p", mm, address); in mm_free()
232 fatal("mm_free(%p): double address %p", mm, address); in mm_free()
254 fatal("mm_free: memory corruption: %p(%zu) > %p", in mm_free()
277 fatal("mm_free: memory corruption: %p < %p(%zu)", in mm_free()
352 fatal("mm_memvalid: address too small: %p", address); in mm_memvalid()
354 fatal("mm_memvalid: end < address: %p < %p", end, address); in mm_memvalid()
356 fatal("mm_memvalid: address too large: %p", address); in mm_memvalid()