index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
/
malloc.c
Age
Commit message (
Expand
)
Author
2024-01-12
Make __getrandom_nocancel set errno and add a _nostatus version
Xi Ruoyao
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-11-07
malloc: Decorate malloc maps
Adhemerval Zanella
2023-08-15
malloc: Remove bin scanning from memalign (bug 30723)
Florian Weimer
2023-08-11
malloc: Enable merging of remainders in memalign (bug 30723)
Florian Weimer
2023-07-06
realloc: Limit chunk reuse to only growing requests [BZ #30579]
Siddhesh Poyarekar
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-05-08
aligned_alloc: conform to C17
DJ Delorie
2023-04-18
malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)
DJ Delorie
2023-03-29
memalign: Support scanning for aligned chunks.
DJ Delorie
2023-03-29
Remove --enable-tunables configure option
Adhemerval Zanella Netto
2023-03-08
malloc: Fix transposed arguments in sysmalloc_mmap_fallback call
Robert Morell
2023-02-22
malloc: remove redundant check of unsorted bin corruption
Ayush Mittal
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-12-08
realloc: Return unchanged if request is within usable size
Siddhesh Poyarekar
2022-10-13
malloc: Switch global_max_fast to uint8_t
Florian Weimer
2022-09-26
Use atomic_exchange_release/acquire
Wilco Dijkstra
2022-09-22
malloc: Print error when oldsize is not equal to the current size.
Qingqing Li
2022-09-09
Use C11 atomics instead of atomic_decrement(_val)
Wilco Dijkstra
2022-09-09
Use C11 atomics instead atomic_add(_zero)
Wilco Dijkstra
2022-09-06
malloc: Use C11 atomics rather than atomic_exchange_and_add
Wilco Dijkstra
2022-08-15
malloc: Do not use MAP_NORESERVE to allocate heap segments
Florian Weimer
2022-08-03
assert: Do not use stderr in libc-internal assert
Florian Weimer
2022-08-03
stdio: Clean up __libc_message after unconditional abort
Florian Weimer
2022-08-01
malloc: Use __getrandom_nocancel during tcache initiailization
Florian Weimer
2022-07-21
malloc: Simplify implementation of __malloc_assert
Florian Weimer
2022-07-05
malloc: Simplify checked_request2size interface
Florian Weimer
2022-03-23
malloc: Fix duplicate inline for do_set_mxfast
Adhemerval Zanella
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-12-16
Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
Patrick McGehearty
2021-12-15
malloc: Enable huge page support on main arena
Adhemerval Zanella
2021-12-15
malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback
Adhemerval Zanella
2021-12-15
malloc: Add Huge Page support to arenas
Adhemerval Zanella
2021-12-15
malloc: Add Huge Page support for mmap
Adhemerval Zanella
2021-12-15
malloc: Move mmap logic to its own function
Adhemerval Zanella
2021-12-15
malloc: Add THP/madvise support for sbrk
Adhemerval Zanella
2021-12-15
malloc: Add madvise support for Transparent Huge Pages
Adhemerval Zanella
2021-10-29
Handle NULL input to malloc_usable_size [BZ #28506]
Siddhesh Poyarekar
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-07-23
Fix build and tests with --disable-tunables
Siddhesh Poyarekar
2021-07-22
Move malloc_{g,s}et_state to libc_malloc_debug
Siddhesh Poyarekar
2021-07-22
glibc.malloc.check: Wean away from malloc hooks
Siddhesh Poyarekar
2021-07-22
Simplify __malloc_initialized
Siddhesh Poyarekar
2021-07-22
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
2021-07-22
Remove __morecore and __default_morecore
Siddhesh Poyarekar
2021-07-22
Remove __after_morecore_hook
Siddhesh Poyarekar
2021-07-09
Force building with -fno-common
Florian Weimer
2021-07-08
_int_realloc is static
Siddhesh Poyarekar
2021-07-08
Harden tcache double-free check
Siddhesh Poyarekar
2021-07-02
malloc: Initiate tcache shutdown even without allocations [BZ #28028]
JeffyChen
[next]