glibc/malloc
Sam James 21019afe65 malloc: cleanup casts in tst-calloc
Followup to c3d1dac96b. As pointed out by
Maciej W. Rozycki, the casts are obviously useless now.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
(cherry picked from commit fc8f253d80)
2025-07-11 13:57:07 -04:00
..
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 malloc: Use __get_nprocs on arena_get2 (BZ 30945) 2024-02-12 09:53:27 -03: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
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
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
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
tst-aligned-alloc-static.c
tst-aligned-alloc.c malloc: add indirection for malloc(-like) functions in tests [BZ #32366] 2025-07-11 13:57:07 -04:00
tst-alloc_buffer.c
tst-calloc.c malloc: cleanup casts in tst-calloc 2025-07-11 13:57:07 -04:00
tst-compathooks-off.c malloc: add indirection for malloc(-like) functions in tests [BZ #32366] 2025-07-11 13:57:07 -04:00
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-aux.h malloc: add indirection for malloc(-like) functions in tests [BZ #32366] 2025-07-11 13:57:07 -04:00
tst-malloc-backtrace.c
tst-malloc-check.c malloc: add indirection for malloc(-like) functions in tests [BZ #32366] 2025-07-11 13:57:07 -04:00
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 malloc: add indirection for malloc(-like) functions in tests [BZ #32366] 2025-07-11 13:57:07 -04:00
tst-malloc-usable-tunables.c
tst-malloc-usable.c
tst-malloc.c malloc: add indirection for malloc(-like) functions in tests [BZ #32366] 2025-07-11 13:57:07 -04:00
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
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 malloc: add indirection for malloc(-like) functions in tests [BZ #32366] 2025-07-11 13:57:07 -04:00
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