index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
memory-util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory-util: make ArrayCleanup passed to array_cleanup() const
Yu Watanabe
2023-05-09
1
-4
/
+4
*
memory-util: add a concept for gcc cleanup attribute based array destruction
Lennart Poettering
2023-02-23
1
-0
/
+34
*
boot: Simplify object erasure
Jan Janssen
2023-01-09
1
-11
/
+1
*
memory-util: introdyce mempcpy_safe()
Yu Watanabe
2022-02-16
1
-2
/
+10
*
memory-util: replace memeqzero() by a more generic memeqbyte()
Lennart Poettering
2021-09-13
1
-1
/
+3
*
memory-util: add mempmem_safe()
Lennart Poettering
2021-08-10
1
-0
/
+10
*
Merge pull request #19662 from yuwata/memdup
Lennart Poettering
2021-05-19
1
-3
/
+3
|
\
|
*
memory-util: make memcpy_safe() return pointer to destination
Yu Watanabe
2021-05-19
1
-3
/
+3
*
|
alloc-util: introduce MALLOC_SIZEOF_SAFE() helper
Lennart Poettering
2021-05-19
1
-1
/
+1
|
/
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
bus-message: add macro for calculation of offset from the page
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-0
/
+1
*
memory-util: add missing () in macro evaulation
Lennart Poettering
2020-04-23
1
-1
/
+1
*
tree-wide: yet another batch of coccinelle recommendations
Frantisek Sumsal
2020-01-02
1
-3
/
+2
*
memory-util: introduce erase_and_free() helper
Lennart Poettering
2019-12-04
1
-7
/
+14
*
memory-util: Add PAGE_ALIGN_DOWN
Chris Down
2019-10-03
1
-0
/
+1
*
test: add _cleanup_(erase_and_freep)
Zbigniew Jędrzejewski-Szmek
2019-07-10
1
-0
/
+11
*
basic/memory-util: do not "return" anything from memzero() macro
Zbigniew Jędrzejewski-Szmek
2019-05-30
1
-2
/
+2
*
ask-password: erase character read with _cleanup_
Lennart Poettering
2019-03-20
1
-0
/
+5
*
util: move some raw memory functions from string-util.h → memory-util.h
Lennart Poettering
2019-03-14
1
-0
/
+26
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+53