Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux: Be more aggressive about keeping the memory tracker on. #2243

Merged
merged 1 commit into from
Sep 25, 2018

Conversation

AWoloszyn
Copy link
Contributor

No description provided.

bool IsInstalled() const { return signal_handler_registered_; }
bool IsInstalled() const {
struct sigaction orig_action {
0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: does clang-format allow us to make it one line?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it does if you change this to sigaction orig_action = {0}.

@AWoloszyn AWoloszyn merged commit cd142c5 into google:master Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants