ladybird/Kernel/Heap
Andreas Kling 0adbacf59e Kernel: Demangle userspace ELF symbols in backtraces
Turns out we can use abi::__cxa_demangle() for this, and all we need to
provide is sprintf(), realloc() and free(), so this patch exposes them.

We now have fully demangled C++ backtraces :^)
2019-11-27 14:06:24 +01:00
..
kmalloc.cpp Kernel: Demangle userspace ELF symbols in backtraces 2019-11-27 14:06:24 +01:00
kmalloc.h Kernel: Demangle userspace ELF symbols in backtraces 2019-11-27 14:06:24 +01:00
SlabAllocator.cpp Kernel: Unbreak SlabAllocator after startup-time constructors 2019-11-15 12:48:39 +01:00
SlabAllocator.h Kernel: Add a simple slab allocator for small allocations 2019-09-16 10:33:27 +02:00