]> git.ipfire.org Git - thirdparty/systemd.git/commit
musl: introduce dummy functions for mallinfo(), malloc_info(), and malloc_trim()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 9 Jun 2025 15:40:59 +0000 (00:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Nov 2025 19:59:03 +0000 (04:59 +0900)
commitbc610c70afcfe3cc489ecc18178f5d62d74e0d9b
tree45dd053f70eb303588910072b8cb3d4fb2b5d18f
parenta2b7bcce27997aa77c05288ff6a560ac2f1f677a
musl: introduce dummy functions for mallinfo(), malloc_info(), and malloc_trim()

These functions are not provided by musl.
src/include/musl/malloc.h [new file with mode: 0644]