Additional commentary and more verbose names

This commit is contained in:
Nathaniel Wesley Filardo
2022-03-16 09:57:14 +00:00
committed by Nathaniel Wesley Filardo
parent b5a66131bd
commit 772e46f878
3 changed files with 49 additions and 22 deletions

View File

@@ -217,7 +217,8 @@ namespace snmalloc
*
* The template argument is the type of the metadata being allocated. This
* allows the backend to allocate different types of metadata in different
* places or with different policies.
* places or with different policies. The default implementation, here,
* does not avail itself of this degree of freedom.
*/
template<typename T>
static capptr::Chunk<void>