Lines Matching refs:malloc_printerr

1112 static void malloc_printerr(const char *str) __attribute__ ((noreturn));
1623 malloc_printerr ("corrupted size vs. prev_size"); in unlink_chunk()
1629 malloc_printerr ("corrupted double-linked list"); in unlink_chunk()
1637 malloc_printerr ("corrupted double-linked list (not small)"); in unlink_chunk()
2316 malloc_printerr ("do_check_malloc_state(): " in do_check_malloc_state()
2771 malloc_printerr ("break adjusted to free malloc space"); in sysmalloc()
3054 malloc_printerr ("munmap_chunk(): invalid pointer"); in munmap_chunk()
3082 malloc_printerr("mremap_chunk(): invalid pointer"); in mremap_chunk()
3189 malloc_printerr ("malloc(): unaligned tcache chunk detected"); in tcache_get()
3218 malloc_printerr ("tcache_thread_shutdown(): " in tcache_thread_shutdown()
3438 malloc_printerr ("realloc(): invalid pointer"); in libc_hidden_def()
3829 malloc_printerr ("malloc(): unaligned fastbin chunk detected"); \ in _int_malloc()
3844 malloc_printerr ("malloc(): unaligned fastbin chunk detected 2"); in _int_malloc()
3854 malloc_printerr ("malloc(): memory corruption (fast)"); in _int_malloc()
3869 malloc_printerr ("malloc(): unaligned fastbin chunk detected 3"); in _int_malloc()
3906 malloc_printerr ("malloc(): smallbin double linked list corrupted"); in _int_malloc()
3998 malloc_printerr ("malloc(): invalid size (unsorted)"); in _int_malloc()
4001 malloc_printerr ("malloc(): invalid next size (unsorted)"); in _int_malloc()
4003 malloc_printerr ("malloc(): mismatching next->prev_size (unsorted)"); in _int_malloc()
4006 malloc_printerr ("malloc(): unsorted double linked list corrupted"); in _int_malloc()
4008 malloc_printerr ("malloc(): invalid next->prev_inuse (unsorted)"); in _int_malloc()
4048 malloc_printerr ("malloc(): corrupted unsorted chunks 3"); in _int_malloc()
4130malloc_printerr ("malloc(): largebin double linked list corrupted (nextsize)"); in _int_malloc()
4136 malloc_printerr ("malloc(): largebin double linked list corrupted (bk)"); in _int_malloc()
4219 malloc_printerr ("malloc(): corrupted unsorted chunks"); in _int_malloc()
4323 malloc_printerr ("malloc(): corrupted unsorted chunks 2"); in _int_malloc()
4369 malloc_printerr ("malloc(): corrupted top size"); in _int_malloc()
4435 malloc_printerr ("free(): invalid pointer"); in _int_free()
4439 malloc_printerr ("free(): invalid size"); in _int_free()
4465 malloc_printerr ("free(): too many chunks detected in tcache"); in _int_free()
4467 malloc_printerr ("free(): unaligned chunk detected in tcache 2"); in _int_free()
4469 malloc_printerr ("free(): double free detected in tcache 2"); in _int_free()
4518 malloc_printerr ("free(): invalid next size (fast)"); in _int_free()
4535 malloc_printerr ("double free or corruption (fasttop)"); in _int_free()
4545 malloc_printerr ("double free or corruption (fasttop)"); in _int_free()
4558 malloc_printerr ("invalid fastbin entry (free)"); in _int_free()
4579 malloc_printerr ("double free or corruption (top)"); in _int_free()
4584 malloc_printerr ("double free or corruption (out)"); in _int_free()
4587 malloc_printerr ("double free or corruption (!prev)"); in _int_free()
4592 malloc_printerr ("free(): invalid next size (normal)"); in _int_free()
4602 malloc_printerr ("corrupted size vs. prev_size while consolidating"); in _int_free()
4626 malloc_printerr ("free(): corrupted unsorted chunks"); in _int_free()
4746 malloc_printerr ("malloc_consolidate(): " in malloc_consolidate()
4751 malloc_printerr ("malloc_consolidate(): invalid chunk size"); in malloc_consolidate()
4767 malloc_printerr ("corrupted size vs. prev_size in fastbins"); in malloc_consolidate()
4827 malloc_printerr ("realloc(): invalid old size"); in _int_realloc()
4838 malloc_printerr ("realloc(): invalid next size"); in _int_realloc()
5174 malloc_printerr ("int_mallinfo(): " in int_mallinfo()
5657 malloc_printerr (const char *str) in malloc_printerr() function
5762 malloc_printerr ("__malloc_info(): " in weak_alias()