about summary refs log tree commit diff
path: root/malloc/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-2/+3
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-221-16/+0
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-221-8/+0
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-221-3/+0
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-4/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* malloc: Fix mallinfo deprecation declarationAdhemerval Zanella2020-08-311-2/+1
* Add mallinfo2 function that support sizes >= 4GB.Martin Liska2020-08-311-0/+21
* malloc: Deprecate more hook-related functionalityFlorian Weimer2020-07-131-3/+4
* Remove incorrect alloc_size attribute from pvalloc [BZ #25401]Florian Weimer2020-01-171-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab2019-07-101-3/+0
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-181-7/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add reallocarray functionDennis Wölfing2017-05-301-0/+8
* malloc: Turn cfree into a compatibility symbolFlorian Weimer2017-04-181-3/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer2016-10-261-7/+0
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-101-5/+0
* malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer2016-02-191-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Reformat malloc to gnu style.Ondřej Bílka2014-01-021-27/+26
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove __malloc_ptr_t.Joseph Myers2013-03-081-5/+4
* Remove __malloc_ptrdiff_t.Joseph Myers2013-03-081-3/+0
* Remove __malloc_size_t.Joseph Myers2013-03-081-1/+0
* Clean up __MALLOC_* macros.Joseph Myers2013-01-071-21/+5
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-6/+6
* Mark malloc hook variables as deprecatedUlrich Drepper2011-05-291-6/+14
* Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be addedUlrich Drepper2011-05-291-1/+1
* Missed one malloc hook variableUlrich Drepper2011-05-291-1/+1
* Declare malloc hook variables as volatile.Ulrich Drepper2011-05-291-38/+45
* * malloc/malloc.c (malloc_info): New function. cvs/fedora-glibc-20090409T1422Ulrich Drepper2009-04-091-0/+4
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-1/+3
* [BZ #4792]Ulrich Drepper2007-07-191-2/+6
* * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and callUlrich Drepper2005-03-081-0/+1
* Always include features.h.Ulrich Drepper2005-01-121-104/+28
* Update.Ulrich Drepper2005-01-071-7/+10
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-35/+107
* 2.5-18.1Jakub Jelinek2007-07-121-107/+35
* Update.Ulrich Drepper2004-09-081-5/+7
* Update.Ulrich Drepper2003-08-181-1/+1