mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
UserspaceEmulator: Tweak some output strings
This commit is contained in:
parent
223b96c820
commit
9c155c8f35
3 changed files with 4 additions and 4 deletions
|
@ -209,7 +209,7 @@ void MallocTracer::dump_leak_report()
|
|||
++leaks_found;
|
||||
bytes_leaked += mallocation.size;
|
||||
dbgprintf("\n");
|
||||
dbgprintf("==%d== \033[31;1mLeak\033[0m, %zu-byte allocation at address %p\n", getpid(), mallocation.size, mallocation.address);
|
||||
dbgprintf("==%d== \033[31;1mLeak\033[0m, %zu-byte allocation at address %#08x\n", getpid(), mallocation.size, mallocation.address);
|
||||
Emulator::the().dump_backtrace(mallocation.malloc_backtrace);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue