summaryrefslogtreecommitdiff
diff options
authorRené Hickersberger <r@renehsz.com>2025-07-28 19:54:27 +0200
committerRené Hickersberger <r@renehsz.com>2025-07-28 20:05:39 +0200
commit1069a221fef246291aba0de0951e1621f576e000 (patch)
tree4995b5d66337d266bed8f2954061400353038afd
parentd6b3293aa008469ed1d9cd632a74b9dc72917277 (diff)
move tcmalloc into its own subdirectoryHEADmain
m---------gperftools0
-rw-r--r--tcmalloc/.gitignore (renamed from .gitignore)0
-rw-r--r--tcmalloc/LICENSE (renamed from LICENSE)0
-rw-r--r--tcmalloc/README.md (renamed from README.md)0
-rwxr-xr-xtcmalloc/build-tcmalloc.sh (renamed from build-tcmalloc.sh)0
-rw-r--r--tcmalloc/fpc_tcmalloc.pas (renamed from fpc_tcmalloc.pas)0
-rw-r--r--tcmalloc/test.pas (renamed from test.pas)0
-rw-r--r--tcmalloc/test2_fpc.pas (renamed from test2_fpc.pas)0
-rw-r--r--tcmalloc/test2_tcmalloc.pas (renamed from test2_tcmalloc.pas)0
9 files changed, 0 insertions, 0 deletions
diff --git a/gperftools b/gperftools
deleted file mode 160000
-Subproject e033431e5a9e02e4d1882bb6fcd212c4fab5617
diff --git a/.gitignore b/tcmalloc/.gitignore
index 1bb60cd..1bb60cd 100644
--- a/.gitignore
+++ b/tcmalloc/.gitignore
diff --git a/LICENSE b/tcmalloc/LICENSE
index b7603e0..b7603e0 100644
--- a/LICENSE
+++ b/tcmalloc/LICENSE
diff --git a/README.md b/tcmalloc/README.md
index 08576fd..08576fd 100644
--- a/README.md
+++ b/tcmalloc/README.md
diff --git a/build-tcmalloc.sh b/tcmalloc/build-tcmalloc.sh
index ed05b26..ed05b26 100755
--- a/build-tcmalloc.sh
+++ b/tcmalloc/build-tcmalloc.sh
diff --git a/fpc_tcmalloc.pas b/tcmalloc/fpc_tcmalloc.pas
index 23f9b5d..23f9b5d 100644
--- a/fpc_tcmalloc.pas
+++ b/tcmalloc/fpc_tcmalloc.pas
diff --git a/test.pas b/tcmalloc/test.pas
index b52b841..b52b841 100644
--- a/test.pas
+++ b/tcmalloc/test.pas
diff --git a/test2_fpc.pas b/tcmalloc/test2_fpc.pas
index 0b3f1e9..0b3f1e9 100644
--- a/test2_fpc.pas
+++ b/tcmalloc/test2_fpc.pas
diff --git a/test2_tcmalloc.pas b/tcmalloc/test2_tcmalloc.pas
index a2e4997..a2e4997 100644
--- a/test2_tcmalloc.pas
+++ b/tcmalloc/test2_tcmalloc.pas