mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:17:35 +00:00
Kernel: Remove some RangeAllocator debug spam.
This commit is contained in:
parent
cdaf8cd656
commit
b33cc7f772
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@
|
|||
RangeAllocator::RangeAllocator(LinearAddress base, size_t size)
|
||||
{
|
||||
m_available_ranges.append({ base, size });
|
||||
#ifdef VRA_DEBUG
|
||||
dump();
|
||||
#endif
|
||||
}
|
||||
|
||||
RangeAllocator::~RangeAllocator()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue