425 Commits (84ea6ea24bd5bef674ce16a2832dbbe4d514e6d9)

Author SHA1 Message Date
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
Xeonacid 5295172e20 fix typo 5 years ago
Paul Eggert 9f1bed18f9 Further fixes for REALLOC_ZERO_BYTES_FREES comment 5 years ago
Paul Eggert dff9e592b8 Fix REALLOC_ZERO_BYTES_FREES comment to match C17 5 years ago
Szabolcs Nagy 850dbf24ee malloc: Ensure mtag code path in checked_request2size is cold 5 years ago
Szabolcs Nagy 05f878c58e malloc: Remove unnecessary tagging around _mid_memalign 5 years ago
Szabolcs Nagy ca89f1c7d7 malloc: Rename chunk2rawmem 5 years ago
Szabolcs Nagy 4eac0ab186 malloc: Use chunk2rawmem throughout 5 years ago
Szabolcs Nagy 14652f60a4 malloc: Use different tag after mremap 5 years ago
Szabolcs Nagy faf003ed8d malloc: Use memsize instead of CHUNK_AVAILABLE_SIZE 5 years ago
Szabolcs Nagy d32624802d malloc: Use mtag_enabled instead of USE_MTAG 5 years ago
Szabolcs Nagy 63a20eb03c malloc: Use branches instead of mtag_granule_mask 5 years ago
Szabolcs Nagy 9d61722b59 malloc: Change calloc when tagging is disabled 5 years ago
Szabolcs Nagy c076a0bc69 malloc: Only support zeroing and not arbitrary memset with mtag 5 years ago
Szabolcs Nagy 42bac88a21 malloc: Use global flag instead of function pointer dispatch for mtag 5 years ago
Szabolcs Nagy 0c719cf42c malloc: Refactor TAG_ macros to avoid indirection 5 years ago
Szabolcs Nagy b9b85be6ea malloc: Avoid taggig mmaped memory on free 5 years ago
Szabolcs Nagy 0ae773bba0 malloc: Move MTAG_MMAP_FLAGS definition 5 years ago
Szabolcs Nagy 8ae909a533 malloc: Fix a potential realloc issue with memory tagging 5 years ago
Szabolcs Nagy 42cc96066b malloc: Fix a realloc crash with heap tagging [BZ 27468] 5 years ago
Florian Weimer 0923f74ada Support for multiple versions in versioned_symbol, compat_symbol 5 years ago
Paul Eggert 2b778ceb40 Update copyright dates with scripts/update-copyrights 5 years ago
Paul Eggert 69fda43b8d free: preserve errno [BZ#17924] 5 years ago
Richard Earnshaw 3784dfc098 malloc: Basic support for memory tagging in the malloc() family 5 years ago
Florian Weimer 29a4db291b malloc: Use __libc_initial to detect an inner libc 5 years ago
W. Hashimoto 0e00b35704 malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052] 5 years ago
H.J. Lu 862897d2ad Replace Minumum/minumum with Minimum/minimum 6 years ago
DJ Delorie cdf645427d Update mallinfo2 ABI, and test 6 years ago
Martin Liska e3960d1c57 Add mallinfo2 function that support sizes >= 4GB. 6 years ago
DJ Delorie b9cde4e3aa malloc: ensure set_max_fast never stores zero [BZ #25733] 6 years ago
Eyal Itkin 49c3c37651 Fix alignment bug in Safe-Linking 6 years ago
Eyal Itkin 768358b6a8 Typo fixes and CR cleanup in Safe-Linking 6 years ago
Eyal Itkin a1a486d70e Add Safe-Linking to fastbins and tcache 6 years ago
Joseph Myers d614a75396 Update copyright dates with scripts/update-copyrights. 6 years ago
DJ Delorie 16554464bc Correct range checking in mallopt/mxfast/tcache [BZ #25194] 6 years ago
DJ Delorie ff12e0fb91 Base max_fast on alignment, not width, of bins (Bug 24903) 7 years ago
Paul Eggert 5a82c74822 Prefer https to http for gnu.org and fsf.org URLs 7 years ago
DJ Delorie c48d92b430 Add glibc.malloc.mxfast tunable 7 years ago
Niklas Hambüchen b6d2c4475d malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026] 7 years ago
Florian Weimer b0f6679bcd malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867] 7 years ago
Wilco Dijkstra 1f50f2ad85 Small tcache improvements 7 years ago
Wilco Dijkstra 5ad533e8e6 Fix tcache count maximum (BZ #24531) 7 years ago
Adhemerval Zanella 9bf8e29ca1 malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741) 7 years ago
Adam Maris 5b06f538c5 malloc: Check for large bin list corruption when inserting unsorted chunk 7 years ago
Joseph Myers c2d8f0b704 Avoid "inline" after return type in function definitions. 7 years ago
Joseph Myers 77dc0d8643 Fix assertion in malloc.c:tcache_get. 7 years ago
Florian Weimer 71effcea34 malloc: Revert fastbins to old-style atomics 7 years ago