also: メモリかんり
noun
memory management
Computing term for the allocation, tracking, and release of computer memory.
OSのメモリー管理が不十分だと、アプリがクラッシュしやすくなる。
If the OS memory management is insufficient, apps become prone to crashing.
C
In C, the programmer must perform memory management manually.