[llvm] [AllocToken] Introduce AllocToken instrumentation pass (PR #156838)

Marco Elver via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 12 00:12:37 PDT 2025


================
@@ -0,0 +1,46 @@
+//===- AllocToken.h - Allocation token instrumentation --------------------===//
----------------
melver wrote:

@ojhunt intended to build on it w/o the sanitizer terminology. And the builtin is usable without the "sanitizer mode" from https://github.com/llvm/llvm-project/pull/156842 onwards.

Actually, I started this as "SanitizeAllocPartition", but after this discussion here I renamed it: https://discourse.llvm.org/t/rfc-a-framework-for-allocator-partitioning-hints/87434/20?u=melver

I will defer on this.

https://github.com/llvm/llvm-project/pull/156838


More information about the llvm-commits mailing list