[compiler-rt] [TySan] Intercept malloc_size on Apple platforms. (PR #122133)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 09:36:56 PST 2025


================
@@ -77,6 +75,10 @@ struct DlSymAllocator {
     return Realloc(ptr, count * size);
   }
 
+  static uptr Size(void *ptr) {
----------------
fhahn wrote:

Updated, thanks!

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


More information about the llvm-commits mailing list