forked from pepper-org/pepperOS
kheap info
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* @author xamidev <xamidev@riseup.net>
|
||||
* @brief Spinlock implementation
|
||||
* @license GPL-3.0-only
|
||||
|
||||
@@ -62,5 +62,4 @@ struct ubsan_overflow_data
|
||||
struct ubsan_type_descriptor* type;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user