From e19f3cb6bcf7581794db1363ed4e2e9e1928e7c4 Mon Sep 17 00:00:00 2001 From: Lizzzka007 <gashchuk2011@mail.ru> Date: Sat, 16 Dec 2023 19:32:18 +0300 Subject: [PATCH] hotfix --- include/MemoryProcessing.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/MemoryProcessing.cuh b/include/MemoryProcessing.cuh index 965117a..2ef88c8 100644 --- a/include/MemoryProcessing.cuh +++ b/include/MemoryProcessing.cuh @@ -5,7 +5,7 @@ namespace memproc { template <MemType memtype> - bool realloc(void *&array, const size_t new_size); + bool alloc(void *&array, const size_t new_size); template <MemType memtype> bool realloc(void *&array, size_t &allocated_size, const size_t new_size); -- GitLab