Let's see, the qualifiers I can think of: * Is it in uninit memory * Is it "init once, read only forever?" * Is it "give out once, mutable ref forever?" * Is it persistent across reboots? * Is it shared? With Interrupts/prio executors? With multiple cores? * Do you have atomics?