Skip to content
Commit d3262480 authored by Szabolcs Nagy's avatar Szabolcs Nagy
Browse files

malloc: Use mtag_enabled instead of USE_MTAG



Use the runtime check where possible: it should not cause slow down in
the !USE_MTAG case since then mtag_enabled is constant false, but it
allows compiling the tagging logic so it's less likely to break or
diverge when developers only test the !USE_MTAG case.

Reviewed-by: default avatarDJ Delorie <dj@redhat.com>
parent 63a20eb0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment