Improve commentary

This commit is contained in:
Nathaniel Filardo
2019-04-23 14:32:28 +01:00
parent 7251022e24
commit 2af4c64698
5 changed files with 39 additions and 12 deletions

View File

@@ -8,6 +8,11 @@
namespace snmalloc
{
/*
* A region of memory destined for a remote allocator's dealloc() via the
* message passing system. This structure is placed at the beginning of
* the allocation itself when it is queued for sending.
*/
struct Remote
{
using alloc_id_t = size_t;