summaryrefslogtreecommitdiff
path: root/src/basic/memory-util.h
Commit message (Expand)AuthorAgeFilesLines
* memory-util: make ArrayCleanup passed to array_cleanup() constYu Watanabe2023-05-091-4/+4
* memory-util: add a concept for gcc cleanup attribute based array destructionLennart Poettering2023-02-231-0/+34
* boot: Simplify object erasureJan Janssen2023-01-091-11/+1
* memory-util: introdyce mempcpy_safe()Yu Watanabe2022-02-161-2/+10
* memory-util: replace memeqzero() by a more generic memeqbyte()Lennart Poettering2021-09-131-1/+3
* memory-util: add mempmem_safe()Lennart Poettering2021-08-101-0/+10
* Merge pull request #19662 from yuwata/memdupLennart Poettering2021-05-191-3/+3
|\
| * memory-util: make memcpy_safe() return pointer to destinationYu Watanabe2021-05-191-3/+3
* | alloc-util: introduce MALLOC_SIZEOF_SAFE() helperLennart Poettering2021-05-191-1/+1
|/
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* bus-message: add macro for calculation of offset from the pageZbigniew Jędrzejewski-Szmek2020-06-221-0/+1
* memory-util: add missing () in macro evaulationLennart Poettering2020-04-231-1/+1
* tree-wide: yet another batch of coccinelle recommendationsFrantisek Sumsal2020-01-021-3/+2
* memory-util: introduce erase_and_free() helperLennart Poettering2019-12-041-7/+14
* memory-util: Add PAGE_ALIGN_DOWNChris Down2019-10-031-0/+1
* test: add _cleanup_(erase_and_freep)Zbigniew Jędrzejewski-Szmek2019-07-101-0/+11
* basic/memory-util: do not "return" anything from memzero() macroZbigniew Jędrzejewski-Szmek2019-05-301-2/+2
* ask-password: erase character read with _cleanup_Lennart Poettering2019-03-201-0/+5
* util: move some raw memory functions from string-util.h → memory-util.hLennart Poettering2019-03-141-0/+26
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-0/+53