mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 09:21:55 +00:00
Add a kmalloc_eternal() for things that will never be destroyed.
This commit is contained in:
parent
d980ddc745
commit
9a086b2d35
Notes:
sideshowbarker
2024-07-19 18:35:26 +09:00
Author: https://github.com/awesomekling
Commit: 9a086b2d35
20 changed files with 85 additions and 20 deletions
|
@ -9,7 +9,7 @@ struct KSym {
|
|||
String name;
|
||||
};
|
||||
|
||||
Vector<KSym>& ksyms() PURE;
|
||||
Vector<KSym, KmallocEternalAllocator>& ksyms() PURE;
|
||||
const KSym* ksymbolicate(dword address) PURE;
|
||||
|
||||
struct system_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue