964 Commits (65392c84782a53b0d7705ca0207c95c3da41c7dc)

Author SHA1 Message Date
Joseph Myers ae612c45ef Update copyright dates not handled by scripts/update-copyrights 3 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
Joseph Myers c923cd8c49 Avoid use of atoi in malloc 3 years ago
Siddhesh Poyarekar f4f2ca1509 realloc: Return unchanged if request is within usable size 3 years ago
Carlos Eduardo Seo d08dec4ea7 malloc: Use uintptr_t for pointer alignment 4 years ago
Szabolcs Nagy 8c77e26ba8 Remove unused scratch_buffer_dupfree 4 years ago
Szabolcs Nagy 68619ddb3b malloc: Use uintptr_t in alloc_buffer 4 years ago
Florian Weimer 15a94e6668 malloc: Switch global_max_fast to uint8_t 4 years ago
Wilco Dijkstra 22f4ab2d20 Use atomic_exchange_release/acquire 4 years ago
Qingqing Li 774d43f27d malloc: Print error when oldsize is not equal to the current size. 4 years ago
Wilco Dijkstra a364a3a709 Use C11 atomics instead of atomic_decrement(_val) 4 years ago
Wilco Dijkstra 53b251c9ff Use C11 atomics instead atomic_add(_zero) 4 years ago
Wilco Dijkstra 89d40cacd0 malloc: Use C11 atomics rather than atomic_exchange_and_add 4 years ago
Florian Weimer 85860ad6ea malloc: Do not use MAP_NORESERVE to allocate heap segments 4 years ago
Florian Weimer 9001cb1102 assert: Do not use stderr in libc-internal assert 4 years ago
Florian Weimer cca9684f2d stdio: Clean up __libc_message after unconditional abort 4 years ago
Florian Weimer 7187efd0aa malloc: Use __getrandom_nocancel during tcache initiailization 4 years ago
Florian Weimer 032712621f Remove spurious references to _dl_open_hook 4 years ago
Adhemerval Zanella Netto 6f4e0fcfa2 stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) 4 years ago
Florian Weimer ac8047cdf3 malloc: Simplify implementation of __malloc_assert 4 years ago
Florian Weimer 7519dee356 malloc: Simplify checked_request2size interface 4 years ago
Adhemerval Zanella a4ea49f85e malloc: Fix duplicate inline for do_set_mxfast 4 years ago
Florian Weimer d653fd2d9e malloc: Exit early on test failure in tst-realloc 4 years ago
H.J. Lu 1fe00d3eb6 build: Properly generate .d dependency files [BZ #28922] 4 years ago
Adhemerval Zanella d7703d3176 malloc: Remove LD_TRACE_PRELINKING usage from mtrace 4 years ago
Carlos O'Donell f77bcb70b8 malloc: Fix tst-mallocalign1 macro spacing. 4 years ago
Carlos O'Donell 3a7bed5f5a malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779] 4 years ago
Martin Sebor c094c232eb Avoid -Wuse-after-free in tests [BZ #26779]. 4 years ago
Paul Eggert 634b5ebac6 Update copyright dates not handled by scripts/update-copyrights. 4 years ago
Paul Eggert 581c785bf3 Update copyright dates with scripts/update-copyrights 4 years ago
Adhemerval Zanella 83b8d5027d malloc: Remove memusage.h 4 years ago
Adhemerval Zanella a75b1e35c5 malloc: Use hp-timing on libmemusage 4 years ago
Adhemerval Zanella 5a5f7a160d malloc: Remove atomic_* usage 4 years ago
Samuel Thibault 53c38911b8 malloc: Add missing shared thread library flags 4 years ago
Patrick McGehearty 0a4df6f534 Remove upper limit on tunable MALLOC_MMAP_THRESHOLD 4 years ago
Adhemerval Zanella 0f982c1827 malloc: Enable huge page support on main arena 5 years ago
Adhemerval Zanella 0849eed45d malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback 5 years ago
Adhemerval Zanella c1beb51d08 malloc: Add Huge Page support to arenas 5 years ago
Adhemerval Zanella 98d5fcb8d0 malloc: Add Huge Page support for mmap 5 years ago
Adhemerval Zanella 6cc3ccc67e malloc: Move mmap logic to its own function 5 years ago
Adhemerval Zanella 7478c9959a malloc: Add THP/madvise support for sbrk 5 years ago
Adhemerval Zanella 5f6d8d97c6 malloc: Add madvise support for Transparent Huge Pages 5 years ago
Stafford Horne f1bcfde3a7 malloc: Fix malloc debug for 2.35 onwards 5 years ago
Florian Weimer f1d333b5bf elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres 4 years ago
Joseph Myers 7ca9377bab Disable -Waggressive-loop-optimizations warnings in tst-dynarray.c 5 years ago
Siddhesh Poyarekar 88e316b064 Handle NULL input to malloc_usable_size [BZ #28506] 5 years ago
Jonathan Wakely 8a9a593115 Add alloc_align attribute to memalign et al 5 years ago
Adhemerval Zanella 11a02b035b misc: Add __get_nprocs_sched 5 years ago
Siddhesh Poyarekar 30891f35fa Remove "Contributed by" lines 5 years ago
Siddhesh Poyarekar f2e33c3268 mtrace: Fix output with PIE and ASLR [BZ #22716] 5 years ago