noun
allocatable array
Computing term for an array whose size can be determined at runtime, common in Fortran and similar languages.
Fortranでは、割付け配列を使って実行時にメモリを確保できる。
In Fortran, you can allocate memory at runtime using an allocatable array.
動的配列 is a more general term for dynamic arrays, while 割付け配列 specifically refers to allocatable arrays in languages like Fortran.
Compound of 割付け (allocation) and 配列 (array).