From b2548ba4ce295fcd94a50123fb543fac2ef2bc33 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 14 Nov 2024 14:46:23 -0500 Subject: add pk.h and major pkmem refactor Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr --- test/memory/main.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/memory/main.cpp (limited to 'test/memory/main.cpp') diff --git a/test/memory/main.cpp b/test/memory/main.cpp deleted file mode 100644 index 4483c91..0000000 --- a/test/memory/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "gtest/gtest.h" - -int main(int argc, char **argv) { - ::testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} -- cgit v1.2.3