malloc(9): Introduce M_NEVERFREED
This patch adds an additional malloc(9) flag to distinguish allocations
that are never freed during runtime.
Differential Revision: https://reviews.freebsd.org/D45045
Reviewed by: alc, kib, markj
Tested by: alc
malloc(9): Introduce M_NEVERFREED Tags None Referenced Files None Subscribers None
Description
Details
|