We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0295cb1 commit 10dba46Copy full SHA for 10dba46
PerfTools/AllocMonitorPreload/src/memory_proxies.cc
@@ -12,6 +12,10 @@
12
#if !defined(__x86_64__) && !defined(__i386__)
13
#define USE_LOCAL_MALLOC
14
#endif
15
+#if defined(__GLIBC__) && (__GLIBC__ == 2) && (__GLIBC_MINOR__ < 28)
16
+//needed for sl7
17
+#define USE_LOCAL_MALLOC
18
+#endif
19
20
namespace {
21
std::atomic<bool>& alloc_monitor_running_state() {
0 commit comments