Memory leak detection questions

Hello LLVM community, I am playing around a little bit with kernel address sanitizers. Two questions:

  1. Does it make sense to enable detect_leaks=1 in Kernel ASAN ? Or is detect_leaks=1 solely a userspace ASAN feature?

  2. I see that leak detection is enabled for Linux and MacOS (AddressSanitizer — Clang 20.0.0git documentation) – is there any plans to enable leak detection on BSD platforms?

Thanks!