471 Commits (bcf2abd43bbe6ffdd8b6a1e1e36cc67a9769e508)

Author SHA1 Message Date
Xi Ruoyao 5a85786a90
Make __getrandom_nocancel set errno and add a _nostatus version 2 years ago
Paul Eggert dff8da6b3e Update copyright dates with scripts/update-copyrights 2 years ago
Adhemerval Zanella fee9e40a8d malloc: Decorate malloc maps 2 years ago
Florian Weimer 0dc7fc1cf0 malloc: Remove bin scanning from memalign (bug 30723) 3 years ago
Florian Weimer 542b110585 malloc: Enable merging of remainders in memalign (bug 30723) 3 years ago
Siddhesh Poyarekar 2fb12bbd09 realloc: Limit chunk reuse to only growing requests [BZ #30579] 3 years ago
Paul Pluzhnikov 7f0d9e61f4 Fix all the remaining misspellings -- BZ 25337 3 years ago
DJ Delorie d1417176a3 aligned_alloc: conform to C17 3 years ago
DJ Delorie e5524ef335 malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101) 3 years ago
DJ Delorie 24cdd6c71d memalign: Support scanning for aligned chunks. 3 years ago
Adhemerval Zanella Netto 33237fe83d Remove --enable-tunables configure option 3 years ago
Robert Morell 6a734e62f1 malloc: Fix transposed arguments in sysmalloc_mmap_fallback call 3 years ago
Ayush Mittal 3f84f1159e malloc: remove redundant check of unsorted bin corruption 5 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
Siddhesh Poyarekar f4f2ca1509 realloc: Return unchanged if request is within usable size 3 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 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
Paul Eggert 581c785bf3 Update copyright dates with scripts/update-copyrights 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
Siddhesh Poyarekar 88e316b064 Handle NULL input to malloc_usable_size [BZ #28506] 5 years ago
Siddhesh Poyarekar 30891f35fa Remove "Contributed by" lines 5 years ago
Siddhesh Poyarekar 5b8d271571 Fix build and tests with --disable-tunables 5 years ago
Siddhesh Poyarekar 0552fd2c7d Move malloc_{g,s}et_state to libc_malloc_debug 5 years ago
Siddhesh Poyarekar b5bd5bfe88 glibc.malloc.check: Wean away from malloc hooks 5 years ago
Siddhesh Poyarekar cc35896ea3 Simplify __malloc_initialized 5 years ago
Siddhesh Poyarekar 2d2d9f2b48 Move malloc hooks into a compat DSO 5 years ago
Siddhesh Poyarekar 55a4dd3930 Remove __morecore and __default_morecore 5 years ago
Siddhesh Poyarekar 57b07bede1 Remove __after_morecore_hook 5 years ago
Florian Weimer 7c241325d6 Force building with -fno-common 5 years ago
Siddhesh Poyarekar 79969f41a7 _int_realloc is static 5 years ago
Siddhesh Poyarekar fc859c3048 Harden tcache double-free check 5 years ago
JeffyChen dfec225ee1 malloc: Initiate tcache shutdown even without allocations [BZ #28028] 5 years ago