|
gwion-util
utilities for the Gwion project
|
macros and meta-header for container types More...
Go to the source code of this file.
Macros | |
| #define | MAP_CAP 8 /*< base container capacity */ |
| #define | OFFSET 2 /*< size of container offset */ |
| #define | VLEN(v) |
| #define | VCAP(v) |
| #define | VPTR(v, i) |
Typedefs | |
| typedef uintptr_t | vtype |
macros and meta-header for container types
Definition in file container.h.
| #define MAP_CAP 8 /*< base container capacity */ |
Definition at line 6 of file container.h.
| #define OFFSET 2 /*< size of container offset */ |
Definition at line 7 of file container.h.
| #define VCAP | ( | v | ) |
Definition at line 9 of file container.h.
| #define VLEN | ( | v | ) |
Definition at line 8 of file container.h.
| #define VPTR | ( | v, | |
| i ) |
Definition at line 10 of file container.h.
| typedef uintptr_t vtype |
Definition at line 12 of file container.h.