summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld_malloc.c
AgeCommit message (Expand)Author
2023-11-26libexec: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-09-06__crt_aligned_alloc_offset(): fix ov_index for backing allocation addressKonstantin Belousov
2023-08-21rtld_malloc: add __crt_aligned_alloc_offset()Konstantin Belousov
2023-08-21rtld_malloc: increase overhead index to uint16Konstantin Belousov
2023-08-21rtld_malloc.c: change return type of cp2op() to voidKonstantin Belousov
2023-07-26rtld_malloc: add cp2op() helperKonstantin Belousov
2023-07-26rtld_malloc: only include internal rtld headers when building for rtldKonstantin Belousov
2023-07-26rtld: remove dup __crt_malloc prototypesKonstantin Belousov
2023-07-26rtld_malloc: remove outdated commentsKonstantin Belousov
2021-10-21rtld-elf/paths.h: Make it usable outside rtldKonstantin Belousov
2021-10-19crt_malloc: more accurate handling of mmap(2) failureKonstantin Belousov
2021-10-13crt_malloc: Be more persistent when handling mmap() failureKonstantin Belousov
2021-10-13crt_malloc: use uintptr_t instead of long for arithmetic on addressesKonstantin Belousov
2019-09-02Remove remnants of optimization for > pagesize allocations.Brooks Davis
2019-08-20Remove some compatability with Seventh Edition UNIX realloc().Brooks Davis
2019-05-16rtld_malloc.c: cleanup morepages().Konstantin Belousov
2019-05-16Remove more dead definitions from rtld_malloc.c after r347019.Konstantin Belousov
2019-05-02Cleanup for rtld_malloc.c.Konstantin Belousov
2019-01-30Rename rtld-elf/malloc.c to rtld-elf/rtld_malloc.c.Konstantin Belousov