aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld_malloc.c
Commit message (Expand)AuthorAgeFilesLines
* libexec: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-1/+0
* __crt_aligned_alloc_offset(): fix ov_index for backing allocation addressKonstantin Belousov2023-09-061-1/+1
* rtld_malloc: add __crt_aligned_alloc_offset()Konstantin Belousov2023-08-211-3/+31
* rtld_malloc: increase overhead index to uint16Konstantin Belousov2023-08-211-2/+2
* rtld_malloc.c: change return type of cp2op() to voidKonstantin Belousov2023-08-211-2/+2
* rtld_malloc: add cp2op() helperKonstantin Belousov2023-07-261-2/+8
* rtld_malloc: only include internal rtld headers when building for rtldKonstantin Belousov2023-07-261-0/+2
* rtld: remove dup __crt_malloc prototypesKonstantin Belousov2023-07-261-0/+1
* rtld_malloc: remove outdated commentsKonstantin Belousov2023-07-261-4/+0
* rtld-elf/paths.h: Make it usable outside rtldKonstantin Belousov2021-10-211-1/+1
* crt_malloc: more accurate handling of mmap(2) failureKonstantin Belousov2021-10-181-4/+4
* crt_malloc: Be more persistent when handling mmap() failureKonstantin Belousov2021-10-121-1/+5
* crt_malloc: use uintptr_t instead of long for arithmetic on addressesKonstantin Belousov2021-10-121-3/+3
* Remove remnants of optimization for > pagesize allocations.Brooks Davis2019-09-021-45/+14
* Remove some compatability with Seventh Edition UNIX realloc().Brooks Davis2019-08-201-72/+13
* rtld_malloc.c: cleanup morepages().Konstantin Belousov2019-05-161-10/+10
* Remove more dead definitions from rtld_malloc.c after r347019.Konstantin Belousov2019-05-161-4/+0
* Cleanup for rtld_malloc.c.Konstantin Belousov2019-05-021-124/+13
* Rename rtld-elf/malloc.c to rtld-elf/rtld_malloc.c.Konstantin Belousov2019-01-301-0/+494