diff --git a/tcmalloc/internal/config.h b/tcmalloc/internal/config.h index 93bb1f81f..f496bf44a 100644 --- a/tcmalloc/internal/config.h +++ b/tcmalloc/internal/config.h @@ -85,7 +85,7 @@ #define TCMALLOC_ATTRIBUTE_NO_DESTROY #endif -#define TCMALLOC_CAPTURED_BY_THIS ABSL_INTERNAL_ATTRIBUTE_CAPTURED_BY(this) +#define TCMALLOC_CAPTURED_BY_THIS ABSL_INTERNAL_ATTRIBUTE_CAPTURED_BY_THIS // TCMalloc uses asm goto with output constraints to optimize its per-CPU // implementation, avoiding an otherwise redundant branch.