Did you know ... | Search Documentation: |
Issues with tcmalloc |
tcmalloc is a memory allocation library provided by Google that works well with long running highly concurrent programs in SWI-Prolog, notably reducing the required memory resources.
If SWI-Prolog is not compiled with tcmalloc support
heapused
,
memory
and core
keys of statistics/2.libgoogle-perftools-dev
(Debian),
gperftools-devel
(Redhat), gperftools
(Macports). It must
provide the library libtcmalloc_minimal
. The header files are
not required.