Value: { \
(a)->size = 0; \
(a)->capacity = 1; \
(a)->env = NULL; \
(a)->genv = NULL; \
}
void * lwalloc(size_t size)
Definition at line 92 of file lwgeom_topo_polygonizer.c.
92 { \
93 (a)->size = 0; \
94 (a)->capacity = 1; \
96 (a)->env = NULL; \
97 (a)->genv = NULL; \
98}