Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 3 of 3) sorted by relevance

/malloc/
A Dtst-interpose-aux.c41 fail (const char *format, ...) in fail() function
78 fail ("pthread_mutex_lock: %m"); in lock()
91 fail ("pthread_mutex_unlock: %m"); in unlock()
126 fail ("malloc does not seem to have been interposed"); in check_for_allocations()
134 fail ("%s: %p: invalid allocation index: %zu (not less than %zu)", in get_header()
137 fail ("%s: %p: allocation pointer does not point to header, but %p", in get_header()
183 fail ("%s: mprotect (%p, %zu): %m", op, header, header->allocation_size); in free_internal()
A DMakefile32 tst-malloc-thread-fail tst-malloc-fork-deadlock \
61 tst-dynarray-fail \
62 tst-dynarray-at-fail \
116 tst-malloc-thread-fail \
164 $(objpfx)tst-malloc-thread-fail: $(shared-thread-library)
171 $(objpfx)tst-malloc-thread-fail-mcheck: $(shared-thread-library)
177 $(objpfx)tst-malloc-thread-fail-malloc-check: $(shared-thread-library)
181 $(objpfx)tst-malloc-thread-fail-malloc-hugetlb1: $(shared-thread-library)
252 tests-special += $(objpfx)tst-dynarray-fail-mem.out
339 tst-dynarray-fail-ENV = MALLOC_TRACE=$(objpfx)tst-dynarray-fail.mtrace \
[all …]
A Dmalloc.c4509 bool fail = true; in _int_free() local
4516 fail = (chunksize_nomask (chunk_at_offset (p, size)) <= CHUNK_HDR_SZ in _int_free()
4521 if (fail) in _int_free()

Completed in 16 milliseconds