PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ stringlist_capacity_in_bytes()

static size_t stringlist_capacity_in_bytes ( size_t  capacity)
static

Definition at line 29 of file stringlist.c.

30 {
31  return capacity * sizeof(char*);
32 }

Referenced by stringlist_add_string_internal(), and stringlist_init_with_size().

Here is the caller graph for this function: