- * @brief Allocate a space in kernel heap.This is NOT the same as kmalloc in Linux!
- * LunaixOS does NOT guarantee the continuity in physical pages.
+ * @brief Allocate a contiguous and un-initialized memory region in kernel heap.
+ *
+ * @remarks
+ * This is NOT the same as kmalloc in Linux!
+ * LunaixOS does NOT guarantee the continuity in physical pages.