memory usage for const type

Because whether or not you declare the string "const", it will consume strlen (string) + 1 bytes of RAM.