also: メモリかんり
memory management
Computing term for the allocation, tracking, and release of computer memory.
If the OS memory management is insufficient, apps become prone to crashing.
C言語ではプログラマが手動でメモリー管理を行う必要がある。
In C, the programmer must perform memory management manually.