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
Ensure internal_methods_only TCMalloc variant works under sanitizers.
Sanitizers replace malloc/free, so we need `MallocExtension::GetAllocatedSize`
& friends to get a matching implementation. If we keep
`MallocExtension_Internal_GetAllocatedSize` defined in tcmalloc.cc, we get
TCMalloc's version and do not recognize these pointers since they came from the
sanitizer.
PiperOrigin-RevId: 899185297
Change-Id: Ib830c76f5334c398bd1a0558f4325720b0c0f40b
0 commit comments