about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2024-02-121-1/+1
* malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell2023-01-111-9/+11
* Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor2023-01-115-1/+58
* malloc: Simplify implementation of __malloc_assertFlorian Weimer2022-07-211-10/+5
* Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar2021-10-293-35/+25
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-10-011-1/+1
* Exclude static tests for mcheck and malloc-checkSiddhesh Poyarekar2021-07-261-10/+3
* Fix build and tests with --disable-tunablesSiddhesh Poyarekar2021-07-233-30/+28
* mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar2021-07-223-3/+9
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-224-41/+41
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-225-167/+193
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-227-80/+213
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-224-302/+253
* Simplify __malloc_initializedSiddhesh Poyarekar2021-07-222-18/+18
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-226-458/+592
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2213-111/+453
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-226-46/+19
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-223-24/+6
* Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar2021-07-221-0/+3
* malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault2021-07-221-0/+1
* tst-safe-linking: make false positives even more improbableSiddhesh Poyarekar2021-07-191-6/+25
* mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2021-07-122-2/+5
* Force building with -fno-commonFlorian Weimer2021-07-092-2/+2
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-093-40/+73
* _int_realloc is staticSiddhesh Poyarekar2021-07-081-2/+2
* Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar2021-07-081-1/+1
* Harden tcache double-free checkSiddhesh Poyarekar2021-07-082-4/+41
* tests-exclude-mcheck: Fix typoSiddhesh Poyarekar2021-07-071-1/+1
* Exclude tst-realloc from tests-mcheckSiddhesh Poyarekar2021-07-061-1/+2
* hooks.c: Remove incorrect commentSiddhesh Poyarekar2021-07-041-4/+0
* mtrace: Add attribute nocommon to mallwatchTulio Magno Quites Machado Filho2021-07-021-1/+1
* Move glibc.malloc.check implementation into its own fileSiddhesh Poyarekar2021-07-032-370/+391
* mtrace: Deprecate mallwatch and tr_breakSiddhesh Poyarekar2021-07-031-37/+20
* Drop source dependencies on hooks.c and arena.cSiddhesh Poyarekar2021-07-031-4/+0
* malloc: Initiate tcache shutdown even without allocations [BZ #28028]JeffyChen2021-07-021-1/+2
* Add mcheck tests to mallocSiddhesh Poyarekar2021-07-021-0/+35
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-282-0/+216
* More mcheck -> malloc-check refactoringSiddhesh Poyarekar2021-06-231-13/+17
* malloc: Drop __malloc_initialized from VersionsSiddhesh Poyarekar2021-06-221-1/+1
* tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar2021-06-222-3/+3
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-3/+0
* fix typoXeonacid2021-06-021-1/+1
* tst-mallinfo2.c: Use correct multiple for total variableYang Xu2021-05-251-2/+2
* Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab2021-05-172-2/+5
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-4/+7
* Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2021-05-122-4/+3
* nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer2021-05-111-5/+10
* malloc: Make tunable callback functions staticH.J. Lu2021-05-071-2/+2
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-212-7/+5
* Further fixes for REALLOC_ZERO_BYTES_FREES commentPaul Eggert2021-04-121-7/+8