You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our production deployment, we do not want to use malloc_hooks. We are swapping out our malloc implementation with a different library, and these do not play well together.
We are not using the allocation profiles anyway. We could run with --preset cpu_only, but it looks like the hooks are currently registered unconditionally:
In our production deployment, we do not want to use malloc_hooks. We are swapping out our malloc implementation with a different library, and these do not play well together.
We are not using the allocation profiles anyway. We could run with
--preset cpu_only
, but it looks like the hooks are currently registered unconditionally:ddprof/src/lib/symbol_overrides.cc
Line 892 in bccb05d
Could we please change the malloc hooks to only be registered if allocation profiling is enabled? 🙏
Thank you!
CC: @d-netto
The text was updated successfully, but these errors were encountered: