mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 07:06:04 +00:00
UserspaceEmulator: Remove debug spam about tracked malloc blocks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user