g_string_sized_new 2634 daemons/controld/controld_execd.c     GString *str = g_string_sized_new(100); // reasonable starting size
g_string_sized_new  214 daemons/execd/execd_commands.c     GString *str = g_string_sized_new(100); // reasonable starting size
g_string_sized_new 2367 daemons/fenced/fenced_commands.c     GString *msg = g_string_sized_new(80); // Reasonable starting size
g_string_sized_new  613 lib/common/options.c     GString *s = g_string_sized_new(13000);
g_string_sized_new 1810 lib/pacemaker/pcmk_output.c     GString *s = g_string_sized_new(50);
g_string_sized_new  574 lib/pengine/native.c     outstr = g_string_sized_new(strlen(name) + strlen(class) + strlen(kind)
g_string_sized_new 1140 lib/pengine/pe_output.c     str = g_string_sized_new(256); // Should be sufficient for most messages
g_string_sized_new 1219 lib/pengine/pe_output.c     str = g_string_sized_new(strlen(op_key) + strlen(node_name)
g_string_sized_new 1581 lib/pengine/pe_output.c         GString *str = g_string_sized_new(64);