summaryrefslogtreecommitdiff
path: root/src/tcmalloc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcmalloc.cc')
-rw-r--r--src/tcmalloc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcmalloc.cc b/src/tcmalloc.cc
index 9ec663e..b9c5408 100644
--- a/src/tcmalloc.cc
+++ b/src/tcmalloc.cc
@@ -178,7 +178,7 @@ DECLARE_int64(tcmalloc_heap_limit_mb);
// jump. I am not able to reproduce that anymore.
#if !defined(__i386__) && !defined(__x86_64__) && \
!defined(__ppc__) && !defined(__PPC__) && \
- !defined(__aarch64__) && !defined(__mips__) && !defined(__arm__)
+ !defined(__aarch64__) && !defined(__mips__) && !defined(__arm__) && !defined(__loongarch64)
#undef TCMALLOC_NO_ALIASES
#define TCMALLOC_NO_ALIASES
#endif