Skip to content

Comments

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

Merged
AWoloszyn merged 1 commit intogoogle:masterfrom
AWoloszyn:memory_tracker
Sep 25, 2018
Merged

Linux: Be more aggressive about keeping the memory tracker on.#2243
AWoloszyn merged 1 commit intogoogle:masterfrom
AWoloszyn:memory_tracker

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