diff --git a/include/MemoryProcessing.cuh b/include/MemoryProcessing.cuh
index 965117a51a37f9ab5f9f9f74f849150a61d4936e..2ef88c84258752fb3e945bde002c3239e7fea77a 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);