Veritable Lasagna
An Allocator & Data Structure Library for C.
Loading...
Searching...
No Matches
vl_atomic_ptr.c File Reference
#include "vl_atomic_ptr.h"
+ Include dependency graph for vl_atomic_ptr.c:

Variables

const vl_tagged_ptr VL_TAGPTR_NULL = {.ptr = 0, .tag = 0}
 Default initialization value for tagged/atomic pointers.
 

Variable Documentation

◆ VL_TAGPTR_NULL

const vl_tagged_ptr VL_TAGPTR_NULL = {.ptr = 0, .tag = 0}

Default initialization value for tagged/atomic pointers.

ptr = NULL;
tag = 0;