Static memory allocation は、静的記憶域期間を持つ変数に適用される。 これにはグローバル変数や static 変数が含まれ、これらはプログラム開始時にメモリが確保され、終了時まで存在する。 参考 https://www.learncpp.com/cpp-tutorial/dynamic-memory-allocation-with-new-and-delete/