mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:27:45 +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)
|
RangeAllocator::RangeAllocator(LinearAddress base, size_t size)
|
||||||
{
|
{
|
||||||
m_available_ranges.append({ base, size });
|
m_available_ranges.append({ base, size });
|
||||||
|
#ifdef VRA_DEBUG
|
||||||
dump();
|
dump();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
RangeAllocator::~RangeAllocator()
|
RangeAllocator::~RangeAllocator()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue