[NFC] More checks, comments on end of namespace braces.
This commit is contained in:
@@ -110,4 +110,4 @@ namespace snmalloc
|
||||
#endif
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -39,4 +39,4 @@ namespace snmalloc
|
||||
{
|
||||
return reinterpret_cast<T*>(address);
|
||||
}
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -491,5 +491,5 @@ namespace snmalloc
|
||||
{
|
||||
return t1 > t2 ? t1 : t2;
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace bits
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -52,4 +52,4 @@ namespace snmalloc
|
||||
return *this;
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
@@ -169,4 +169,4 @@ namespace snmalloc
|
||||
#endif
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -21,4 +21,4 @@ namespace snmalloc
|
||||
lock.clear(std::memory_order_release);
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -77,4 +77,4 @@ namespace snmalloc
|
||||
return array[i & (rlength - 1)];
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -72,4 +72,4 @@ namespace snmalloc
|
||||
return top;
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -79,4 +79,4 @@ namespace snmalloc
|
||||
return nullptr;
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
Reference in New Issue
Block a user