PostGIS
2.1.10dev-r@@SVN_REVISION@@
|
stringbuffer_t* stringbuffer_create_with_size | ( | size_t | size | ) |
Allocate a new stringbuffer_t.
Use stringbuffer_destroy to free.
Definition at line 56 of file stringbuffer.c.
References stringbuffer_t::capacity, lwalloc(), s, stringbuffer_t::str_end, and stringbuffer_t::str_start.
Referenced by stringbuffer_create(), test_stringbuffer_append(), and test_stringbuffer_aprintf().