summaryrefslogtreecommitdiff
path: root/malloc
AgeCommit message (Expand)Author
2025-07-14malloc: fix definition for MAX_TCACHE_SMALL_SIZECupertino Miranda
2025-06-26malloc: Cleanup tcache_init()Wilco Dijkstra
2025-06-26malloc: replace instances of __builtin_expect with __glibc_unlikelyWilliam Hunt
2025-06-26malloc: refactored aligned_OK and misaligned_chunkWilliam Hunt
2025-06-19malloc: Link large tcache tests with $(shared-thread-library)Florian Weimer
2025-06-18malloc: Cleanup _mid_memalignWilco Dijkstra
2025-06-17malloc: Sort tests-exclude-largetcache in MakefileH.J. Lu
2025-06-16malloc: add testing for large tcache supportCupertino Miranda
2025-06-16malloc: add tcache support for large chunk cachingCupertino Miranda
2025-06-03malloc: Count tcache entries downwardsWilco Dijkstra
2025-05-14malloc: Improve performance of __libc_callocWilco Dijkstra
2025-05-12malloc: Improve malloc initializationWilco Dijkstra
2025-05-12malloc: Improved double free detection in the tcacheDavid Lau
2025-05-01malloc: Inline tcache_try_mallocWilco Dijkstra
2025-04-16malloc: move tcache_init out of hot tcache pathsCupertino Miranda
2025-04-15malloc: Use tailcalls in __libc_freeWilco Dijkstra
2025-04-15malloc: Inline tcache_freeWilco Dijkstra
2025-04-15malloc: Improve free checksWilco Dijkstra
2025-04-15malloc: Inline _int_free_checkWilco Dijkstra
2025-04-14malloc: Inline _int_freeWilco Dijkstra
2025-04-14malloc: Move mmap code out of __libc_free hotpathWilco Dijkstra
2025-03-28malloc: Improve performance of __libc_mallocWilco Dijkstra
2025-03-26malloc: Use __always_inline for simple functionsWilco Dijkstra
2025-03-25malloc: Use _int_free_chunk for remaindersWilco Dijkstra
2025-03-21malloc: missing initialization of tcache in _mid_memalignCupertino Miranda
2025-03-18malloc: Improve csize2tidxWilco Dijkstra
2025-03-18malloc: Improve arena_for_chunk()Wilco Dijkstra
2025-03-03malloc: Add integrity check to largebin nextsizesBen Kallus
2025-02-13malloc: Add size check when moving fastbin->tcacheBen Kallus
2025-02-02elf: Merge __dl_libc_freemem into __rtld_libc_freeresFlorian Weimer
2025-01-25malloc: cleanup casts in tst-callocSam James
2025-01-10malloc: obscure calloc use in tst-callocSam James
2025-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella
2024-12-22malloc: Only enable -Waggressive-loop-optimizations suppression for gccAdhemerval Zanella
2024-12-17Hide all malloc functions from compiler [BZ #32366]H.J. Lu
2024-12-11malloc: Add tcache path for callocWangyang Guo
2024-12-10malloc: add indirection for malloc(-like) functions in tests [BZ #32366]Sam James
2024-12-04malloc: Optimize small memory clearing for callocH.J. Lu
2024-11-29malloc: send freed small chunks to smallbink4lizen
2024-11-27malloc: Avoid func call for tcache quick path in free()Wangyang Guo
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-11-25malloc: Split _int_free() into 3 sub functionsWangyang Guo
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella
2024-08-20malloc: Link threading tests with $(shared-thread-library)Samuel Thibault
2024-07-27malloc: Link threading tests with $(shared-thread-library)Florian Weimer
2024-07-22malloc: add multi-threaded tests for aligned_alloc/calloc/mallocMiguel Martín
2024-07-22malloc: avoid global locks in tst-aligned_alloc-lib.cMiguel Martín
2024-07-19Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin