about summary refs log tree commit diff
path: root/manual/memory.texi
Commit message (Expand)AuthorAgeFilesLines
* manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)Dennis Brendel2024-01-241-2/+2
* manual, NEWS: Document malloc side effect of dynamic TLS changesFlorian Weimer2024-01-241-0/+8
* elf: Remove /etc/suid-debug supportAdhemerval Zanella2023-11-211-3/+1
* Fix misspellings in manual/ -- BZ 25337Paul Pluzhnikov2023-05-271-1/+1
* aligned_alloc: conform to C17DJ Delorie2023-05-081-1/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-1/+1
* manual: Drop obsolete @refillSiddhesh Poyarekar2022-01-121-1/+1
* manual: Drop the .so suffix in libc_malloc_debug descriptionSiddhesh Poyarekar2021-07-271-3/+3
* manual: Document unsupported cases for interpositionSiddhesh Poyarekar2021-07-231-0/+7
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-221-185/+6
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-3/+13
* glibc.malloc.check: Fix nit in documentationSiddhesh Poyarekar2021-07-071-5/+5
* Improve documentation for malloc etc. (BZ#27719)Paul Eggert2021-04-131-38/+87
* free: preserve errno [BZ#17924]Paul Eggert2020-12-291-0/+9
* manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]Benno Schulenberg2020-10-131-1/+1
* Add mallinfo2 function that support sizes >= 4GB.Martin Liska2020-08-311-18/+18
* Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes2020-01-171-0/+4
* Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab2019-07-101-1/+0
* manual: Revise crypt.texi.Zack Weinberg2018-06-291-1/+1
* Run thread shutdown functions in an explicit orderFlorian Weimer2018-06-261-1/+1
* Linux: Implement interfaces for memory protection keysFlorian Weimer2017-12-051-0/+232
* Implement the mlock2 functionFlorian Weimer2017-11-271-2/+30
* manual: Document mprotect and introduce section on memory protectionFlorian Weimer2017-11-191-0/+122
* malloc: Remove check_action variable [BZ #21754]Florian Weimer2017-08-301-1/+0
* malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer2017-08-301-11/+9
* manual: Replace summary.awk with summary.pl.Rical Jasan2017-06-151-99/+57
* Add reallocarray functionDennis Wölfing2017-05-301-10/+36
* manual: Document replacing malloc [BZ #20424]Florian Weimer2017-04-211-0/+65
* malloc: Turn cfree into a compatibility symbolFlorian Weimer2017-04-181-9/+0
* manual: Convert @tables of variables to @vtables.Rical Jasan2016-12-211-4/+4
* Remove references to sbrk to grow/shrink arenasSiddhesh Poyarekar2016-10-261-7/+5
* Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar2016-10-261-61/+66
* Add note on MALLOC_MMAP_* environment variablesSiddhesh Poyarekar2016-10-261-0/+36
* manual: fix typos in the memory chapterRical Jasan2016-06-161-12/+12
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-101-22/+2
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-141-8/+0
* malloc: Remove max_total_mem member form struct malloc_parFlorian Weimer2016-02-191-1/+1
* Split large string section; add truncation advicePaul Eggert2015-12-101-1/+1
* malloc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-4/+0
* Fix two spaces after sentence.Ondřej Bílka2014-02-261-3/+3
* [BZ #12751]Alexandre Oliva2014-01-311-0/+533
* manual/memory.texi: Document aligned_alloc.Will Newton2013-12-161-16/+47
* manual/memory.texi: Bring aligned allocation docs up to date.Will Newton2013-12-161-17/+44
* manual/memory.texi: Remove register keyword from examples.Will Newton2013-11-061-3/+3
* manual: Sort mallopt M_* parameters alphabeticallyCarlos O'Donell2013-03-171-13/+19
* Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar2012-10-181-1/+4
* Fix pointers between nodes in manual (bug 10038).Joseph Myers2012-09-071-1/+1
* Clean up glibc manual references to "GNU system" (bug 6911).Joseph Myers2012-03-081-3/+3
* Use Texinfo macros to refer to the GNU C Library within the manual.Joseph Myers2012-02-281-16/+16
* Fix various problems with @deftypefun lines.Nicolas Boulenguez2012-02-171-1/+1