PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ stringlist_create_with_size()

stringlist_t* stringlist_create_with_size ( size_t  size)

Definition at line 62 of file stringlist.c.

63 {
64  stringlist_t *s = lwalloc(sizeof(stringlist_t));
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
void stringlist_init(stringlist_t *s)
Definition: stringlist.c:44

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

Referenced by stringlist_create().

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