noun
dynamic allocation
Computing term for allocating resources such as memory at runtime rather than at compile time.
動的割振りは、プログラムの実行中にメモリを確保する仕組みです。
Dynamic allocation is a mechanism for reserving memory while a program is running.
Static allocation, where resources are assigned at compile time, in contrast to dynamic allocation.
Compound of 動的 (dynamic) and 割振り (allocation).