HelenOS sources

MESSAGE_BUFFER_SIZE  242 uspace/lib/c/generic/io/log.c 	char *message_buffer = malloc(MESSAGE_BUFFER_SIZE);
MESSAGE_BUFFER_SIZE  246 uspace/lib/c/generic/io/log.c 	vsnprintf(message_buffer, MESSAGE_BUFFER_SIZE, fmt, args);
HelenOS homepage, sources at GitHub