gperftools/cmake
Aliaksey Kandratsenka c61f35f04c simplify tcmalloc/sbrk/sbrk-hooks integration
Instead of relying on __sbrk (on subset of Linux systems) or invoking
sbrk syscall directly (on subset of FreeBSD systems), we have malloc
invoke special tcmalloc_hooked_sbrk function. Which handles hooking
and then invokes regular system's sbrk. Yes, we loose theoretical
ability to hook into non-tcmalloc uses of sbrk, but we gain portable
simplicity.
2024-05-29 18:30:09 -04:00
..
DefineTargetVariables.cmake DefineTargetVariables.cmake: fix for macOS 2023-11-25 16:05:47 +08:00
config.h.in simplify tcmalloc/sbrk/sbrk-hooks integration 2024-05-29 18:30:09 -04:00
pkgconfig.pc Update cmake 2020-12-19 18:52:40 -08:00
tcmalloc.h.in bump required c++ standard to c++-17 2024-01-30 15:54:24 -05:00