Initialisation of arrays of pointers is an ideal application for an internal static array.
static reserves a private permanent bit of memory.