-
Type: Technical Debt
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Not Applicable
-
Storage Engines
-
8
-
2024-03-05 - Claronald, 2024-03-19 - PacificOcean
The tcmalloc header is included directly in:
src/os_common/os_alloc.c src/utilities/util_misc.c
This is not necessary to use tcmalloc. Additionally server now uses tcmalloc rather than gperftools/tcmalloc which includes C++ specific header files in the header which break the build.