mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Kernel: Unbreak symbolication yet another time.
This commit is contained in:
parent
6d351bb326
commit
0e73aa36c8
3 changed files with 19 additions and 8 deletions
|
@ -10,7 +10,7 @@ void* kmalloc_aligned(size_t, size_t alignment) __attribute__ ((malloc));
|
|||
void kfree(void*);
|
||||
void kfree_aligned(void*);
|
||||
|
||||
bool is_kmalloc_address(void*);
|
||||
bool is_kmalloc_address(const void*);
|
||||
|
||||
extern volatile size_t sum_alloc;
|
||||
extern volatile size_t sum_free;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue