summaryrefslogtreecommitdiff
path: root/src/basic/alloc-util.c
Commit message (Expand)AuthorAgeFilesLines
* Use dummy allocator to make accesses defined as per standardSiddhesh Poyarekar2022-12-141-0/+4
* Merge pull request #19662 from yuwata/memdupLennart Poettering2021-05-191-4/+3
|\
| * alloc-util: use memcpy_safe() in memdup() or friendsYu Watanabe2021-05-191-4/+3
* | alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-38/+31
|/
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: various code-formatting improvementsFrantisek Sumsal2019-09-221-1/+1
* alloc-util: reintroduce malloc_usable_size() into greedy_realloc()Lennart Poettering2019-05-021-0/+24
* alloc-util: don't use malloc_usable_size() to determine allocated sizeAaron Barany2019-04-301-2/+1
* alloc-util: use malloc_usable_size() to determine allocated sizeLennart Poettering2019-03-201-1/+2
* alloc-util: add extra overflow checks to GREEDY_REALLOC()Lennart Poettering2019-03-201-4/+8
* alloc-util: extra paranoid overflow checkLennart Poettering2019-03-201-0/+3
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* tree-wide: make new/new0/malloc_multiply/reallocarray safe for size 0Zbigniew Jędrzejewski-Szmek2018-12-211-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* alloc-util: coding style fixYu Watanabe2017-11-281-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* alloc-util: add new helpers memdup_suffix0() and newdup_suffix0()Lennart Poettering2017-07-311-6/+21
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+81