================ @@ -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