Merge branch 'signal-dev'
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / kalloc.h
index d8d712d6258b109fc8f6a86cfc2cef392033a546..6b97b3fdbbe8519c69e99410f63c579cd460e645 100644 (file)
@@ -25,7 +25,7 @@ lxmalloc(size_t size);
  * @return void*
  */
 void*
-lxcalloc(size_t size);
+lxcalloc(size_t n, size_t elem);
 
 /**
  * @brief Free the memory region allocated by kmalloc