Chart visible in View
This commit is contained in:
@@ -26,7 +26,7 @@ type
|
||||
strict private
|
||||
// Head of the linked list. The pointer value itself is repurposed for a spinlock.
|
||||
// Bit 0 of the address stores the lock state (0 = locked, 1 = unlocked).
|
||||
FList: PItem;
|
||||
[volatile] FList: PItem;
|
||||
|
||||
// Allocates memory for a new TItem.
|
||||
class function AllocItem: PItem; static; inline;
|
||||
|
||||
Reference in New Issue
Block a user