Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tcmalloc/internal/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading