kheap info

This commit is contained in:
2026-03-31 17:48:11 +02:00
parent 2f1eef9e15
commit 1fc5225fd2
11 changed files with 57 additions and 15 deletions
+1
View File
@@ -28,5 +28,6 @@ void* kmalloc(size_t size);
void kfree(void* ptr);
void* kalloc_stack(void);
void kheap_map_page(void);
void kheap_info();
#endif
+1 -1
View File
@@ -1,4 +1,4 @@
/*
/*
* @author xamidev <xamidev@riseup.net>
* @brief Spinlock implementation
* @license GPL-3.0-only
-1
View File
@@ -62,5 +62,4 @@ struct ubsan_overflow_data
struct ubsan_type_descriptor* type;
};
#endif