You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wilco Dijkstra 905a7725e9 Add single-threaded path to _int_malloc 9 years ago
..
Depend Update. 27 years ago
Makefile malloc: Do not compile mcheck-init.o as libc module 9 years ago
Versions Implement allocation buffers for internal use 9 years ago
alloc_buffer_alloc_array.c Implement allocation buffers for internal use 9 years ago
alloc_buffer_allocate.c Implement allocation buffers for internal use 9 years ago
alloc_buffer_copy_bytes.c Implement allocation buffers for internal use 9 years ago
alloc_buffer_copy_string.c Implement allocation buffers for internal use 9 years ago
alloc_buffer_create_failure.c Implement allocation buffers for internal use 9 years ago
arena.c Improve malloc initialization sequence 9 years ago
dynarray-skeleton.c dynarray: Implement begin/end functions in the spirit of C++ 9 years ago
dynarray.h dynarray: Use libc_hidden_proto only for !_ISOMAC 9 years ago
dynarray_at_failure.c Add internal facility for dynamic array handling 9 years ago
dynarray_emplace_enlarge.c __libc_dynarray_emplace_enlarge: Add missing else 9 years ago
dynarray_finalize.c Add internal facility for dynamic array handling 9 years ago
dynarray_resize.c dynarray: Set errno on overflow-induced allocation failure 9 years ago
dynarray_resize_clear.c Add internal facility for dynamic array handling 9 years ago
hooks.c Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052] 9 years ago
malloc-hooks.h Update copyright dates with scripts/update-copyrights. 9 years ago
malloc-internal.h malloc: Remove the internal_function attribute 9 years ago
malloc.c Add single-threaded path to _int_malloc 9 years ago
malloc.h Add reallocarray function 9 years ago
mallocbug.c Reformat malloc to gnu style. 12 years ago
mcheck-init.c malloc: Use compat_symbol_reference in libmcheck [BZ #22050] 9 years ago
mcheck.c Do not use __ptr_t. 9 years ago
mcheck.h Update copyright dates with scripts/update-copyrights. 9 years ago
memusage.c Update copyright dates with scripts/update-copyrights. 9 years ago
memusage.sh Update copyright dates not handled by scripts/update-copyrights. 9 years ago
memusagestat.c Update copyright dates not handled by scripts/update-copyrights. 9 years ago
morecore.c Update copyright dates with scripts/update-copyrights. 9 years ago
mtrace.c Mark __dso_handle as hidden [BZ #18822] 9 years ago
mtrace.pl Update copyright dates not handled by scripts/update-copyrights. 9 years ago
obstack.c Update copyright dates with scripts/update-copyrights. 9 years ago
obstack.h Update copyright dates with scripts/update-copyrights. 9 years ago
reallocarray.c Add reallocarray function 9 years ago
scratch_buffer_grow.c Sync scratch_buffer with gnulib 9 years ago
scratch_buffer_grow_preserve.c scratch_buffer: use union for internal buffer 9 years ago
scratch_buffer_set_array_size.c Sync scratch_buffer with gnulib 9 years ago
set-freeres.c Update copyright dates with scripts/update-copyrights. 9 years ago
thread-freeres.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-alloc_buffer.c Prevent an implicit int promotion in malloc/tst-alloc_buffer.c 9 years ago
tst-calloc.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-dynarray-at-fail.c Add internal facility for dynamic array handling 9 years ago
tst-dynarray-fail.c Add internal facility for dynamic array handling 9 years ago
tst-dynarray-shared.h dynarray: Implement begin/end functions in the spirit of C++ 9 years ago
tst-dynarray.c dynarray: Set errno on overflow-induced allocation failure 9 years ago
tst-interpose-aux-nothread.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-interpose-aux-thread.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-interpose-aux.c Fix failing test malloc/tst-interpose-nothread with GCC 7. 9 years ago
tst-interpose-aux.h Update copyright dates with scripts/update-copyrights. 9 years ago
tst-interpose-nothread.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-interpose-skeleton.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-interpose-static-nothread.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-interpose-static-thread.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-interpose-thread.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-malloc-backtrace.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-malloc-fork-deadlock.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-malloc-tcache-leak.c malloc: Fix tcache leak after thread destruction [BZ #22111] 9 years ago
tst-malloc-thread-exit.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-malloc-thread-fail.c Increase some test timeouts. 9 years ago
tst-malloc-usable-static-tunables.c Initialize tunable list with the GLIBC_TUNABLES environment variable 9 years ago
tst-malloc-usable-static.c Add framework for tunables 9 years ago
tst-malloc-usable-tunables.c Initialize tunable list with the GLIBC_TUNABLES environment variable 9 years ago
tst-malloc-usable.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-malloc.c Split DIAG_* macros to new header libc-diag.h. 9 years ago
tst-mallocfork.c * malloc/tst-mallocfork.c (do_test): Make sure sa_flags is 21 years ago
tst-mallocfork2.c Increase some test timeouts. 9 years ago
tst-mallocstate.c Fix tests that are testing obsoleted functionality 9 years ago
tst-mallopt.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mcheck.c Split DIAG_* macros to new header libc-diag.h. 9 years ago
tst-memalign.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mtrace.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mtrace.sh Update copyright dates with scripts/update-copyrights. 9 years ago
tst-obstack.c Modify several tests to use test-skeleton.c 12 years ago
tst-posix_memalign.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-pvalloc.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-realloc.c Split DIAG_* macros to new header libc-diag.h. 9 years ago
tst-reallocarray.c Add reallocarray function 9 years ago
tst-scratch_buffer.c scratch_buffer: use union for internal buffer 9 years ago
tst-trim1.c * malloc/tst-trim1.c: New file. 19 years ago
tst-valloc.c Update copyright dates with scripts/update-copyrights. 9 years ago