PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ stringlist_create_with_size()

stringlist_t * stringlist_create_with_size ( size_t  size)

Definition at line 62 of file stringlist.c.

63{
65 memset(s, 0, sizeof(stringlist_t));
67 return s;
68}
char * s
Definition cu_in_wkt.c:23
void * lwalloc(size_t size)
Definition lwutil.c:227
static void stringlist_init_with_size(stringlist_t *s, size_t size)
Definition stringlist.c:35

References lwalloc(), s, and stringlist_init_with_size().

Referenced by stringlist_create().

Here is the call graph for this function:
Here is the caller graph for this function: