..
Depend
…
Makefile
malloc: Decrease resource usage for malloc tests
2023-06-12 14:45:24 -03:00
Versions
…
alloc_buffer_alloc_array.c
…
alloc_buffer_allocate.c
…
alloc_buffer_copy_bytes.c
…
alloc_buffer_copy_string.c
…
alloc_buffer_create_failure.c
…
arena.c
Fix all the remaining misspellings -- BZ 25337
2023-06-02 01:39:48 +00:00
dynarray-skeleton.c
…
dynarray.h
…
dynarray_at_failure.c
…
dynarray_emplace_enlarge.c
…
dynarray_finalize.c
…
dynarray_resize.c
…
dynarray_resize_clear.c
…
hooks.c
…
malloc-check.c
Remove --enable-tunables configure option
2023-03-29 14:33:06 -03:00
malloc-debug.c
Fix all the remaining misspellings -- BZ 25337
2023-06-02 01:39:48 +00:00
malloc-internal.h
…
malloc.c
malloc: Remove bin scanning from memalign (bug 30723)
2023-08-22 16:33:35 +02:00
malloc.h
…
mallocbug.c
…
mcheck-impl.c
…
mcheck-init.c
…
mcheck.c
…
mcheck.h
…
memusage.c
Move {read,write}_all functions to a dedicated header
2023-06-06 08:23:53 -04:00
memusage.sh
Update copyright dates not handled by scripts/update-copyrights
2023-01-06 21:45:36 +00:00
memusagestat.c
Move {read,write}_all functions to a dedicated header
2023-06-06 08:23:53 -04:00
morecore.c
…
mtrace-impl.c
…
mtrace.c
…
mtrace.pl
Update copyright dates not handled by scripts/update-copyrights
2023-01-06 21:45:36 +00:00
obstack.c
…
obstack.h
…
reallocarray.c
…
scratch_buffer_grow.c
…
scratch_buffer_grow_preserve.c
…
scratch_buffer_set_array_size.c
…
set-freeres.c
malloc: Fix set-freeres.c with gcc 6
2023-07-26 09:45:22 -03:00
thread-freeres.c
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
2023-03-27 13:57:55 -03:00
tst-aligned-alloc-static.c
aligned_alloc: conform to C17
2023-05-08 16:40:10 -04:00
tst-aligned-alloc.c
aligned_alloc: conform to C17
2023-05-08 16:40:10 -04:00
tst-alloc_buffer.c
…
tst-calloc.c
…
tst-compathooks-off.c
…
tst-compathooks-on.c
…
tst-dynarray-at-fail.c
…
tst-dynarray-fail.c
…
tst-dynarray-shared.h
…
tst-dynarray.c
…
tst-free-errno.c
…
tst-interpose-aux-nothread.c
…
tst-interpose-aux-thread.c
…
tst-interpose-aux.c
…
tst-interpose-aux.h
…
tst-interpose-nothread.c
…
tst-interpose-skeleton.c
…
tst-interpose-static-nothread.c
…
tst-interpose-static-thread.c
…
tst-interpose-thread.c
…
tst-mallinfo2.c
…
tst-malloc-backtrace.c
…
tst-malloc-check.c
…
tst-malloc-fork-deadlock.c
…
tst-malloc-stats-cancellation.c
…
tst-malloc-tcache-leak.c
Fix a few more typos I missed in previous round -- BZ 25337
2023-06-02 23:46:32 +00:00
tst-malloc-thread-exit.c
…
tst-malloc-thread-fail.c
…
tst-malloc-too-large.c
…
tst-malloc-usable-tunables.c
…
tst-malloc-usable.c
…
tst-malloc.c
…
tst-malloc_info.c
…
tst-mallocalign1.c
…
tst-mallocfork.c
…
tst-mallocfork2.c
Fix all the remaining misspellings -- BZ 25337
2023-06-02 01:39:48 +00:00
tst-mallocfork3.c
Fix all the remaining misspellings -- BZ 25337
2023-06-02 01:39:48 +00:00
tst-mallocstate.c
Fix all the remaining misspellings -- BZ 25337
2023-06-02 01:39:48 +00:00
tst-mallopt.c
…
tst-memalign-2.c
malloc: Remove bin scanning from memalign (bug 30723)
2023-08-22 16:33:35 +02:00
tst-memalign-3.c
malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101 )
2023-04-18 10:58:42 -04:00
tst-memalign.c
…
tst-mtrace.c
…
tst-mtrace.sh
…
tst-mxfast.c
…
tst-obstack.c
…
tst-posix_memalign.c
…
tst-pvalloc-fortify.c
…
tst-pvalloc.c
…
tst-realloc.c
…
tst-reallocarray.c
…
tst-safe-linking.c
…
tst-scratch_buffer.c
…
tst-tcfree1.c
…
tst-tcfree2.c
…
tst-tcfree3.c
…
tst-trim1.c
…
tst-valloc.c
…