mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
UserspaceEmulator: Remove debug spam about tracked malloc blocks
This commit is contained in:
parent
0e18c7ffda
commit
ced8dfa037
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ void MallocTracer::target_did_malloc(Badge<Emulator>, FlatPtr address, size_t si
|
|||
|
||||
// Mark the containing mmap region as a malloc block!
|
||||
mmap_region.set_malloc(true);
|
||||
|
||||
dbgln("Tracking malloc block @ {:p} with chunk_size={}, chunk_count={}", malloc_data.address, malloc_data.chunk_size, malloc_data.mallocations.size());
|
||||
}
|
||||
auto* mallocation = mmap_region.malloc_metadata()->mallocation_for_address(address);
|
||||
VERIFY(mallocation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue