NFC: lockrange: add note about ancestor()

This commit is contained in:
Nathaniel Wesley Filardo 2022-12-10 10:58:03 +00:00 коммит произвёл Nathaniel Filardo
Родитель 6ca39403bf
Коммит 8f4cc1b4da
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,9 @@ namespace snmalloc
{
/**
* Protect the ParentRange with a spin lock.
*
* Accesses via the ancestor() mechanism will bypass the lock and so
* should be used only where the resulting data races are acceptable.
*/
struct LockRange
{