General: Fix clang format.
This commit is contained in:
parent
1a9b71b1c6
commit
fe24c65153
7 changed files with 14 additions and 18 deletions
|
@ -261,8 +261,8 @@ MAP_MEMBER(void)::UnmapLocked(VaType virt, VaType size) {
|
|||
unmapCallback(virt, size);
|
||||
}
|
||||
|
||||
ALLOC_MEMBER_CONST()::FlatAllocator(VaType vaStart_, VaType vaLimit)
|
||||
: Base(vaLimit), currentLinearAllocEnd(vaStart_), vaStart(vaStart_) {}
|
||||
ALLOC_MEMBER_CONST()::FlatAllocator(VaType vaStart_, VaType vaLimit_)
|
||||
: Base(vaLimit_), currentLinearAllocEnd(vaStart_), vaStart(vaStart_) {}
|
||||
|
||||
ALLOC_MEMBER(VaType)::Allocate(VaType size) {
|
||||
std::scoped_lock lock(this->blockMutex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue