Allocatable: meaning, definitions and examples

💾
Add to dictionary

allocatable

 

[ ˈæləˌkeɪtəbl̩ ]

Context #1

memory management

Capable of being allocated, especially in the context of computer memory management.

Synonyms

allocable, apportionable, assignable

Examples of usage

  • Allocatable memory can be dynamically assigned and reassigned as needed.
  • In a virtual memory system, pages are marked as allocatable or non-allocatable.
Context #2

Fortran programming

A Fortran feature that allows data to be allocated dynamically during program execution.

Synonyms

dynamic array, flexible size array

Examples of usage

  • The allocatable keyword in Fortran enables the creation of arrays with flexible sizes.
  • Allocatable arrays are a powerful feature in modern Fortran programming.

Translations

Translations of the word "allocatable" in other languages:

🇵🇹 alocável

🇮🇳 आवंटनीय

🇩🇪 zuweisbar

🇮🇩 dapat dialokasikan

🇺🇦 розподільний

🇵🇱 przydzielany

🇯🇵 割り当て可能な (わりあて かのうな)

🇫🇷 allouable

🇪🇸 asignable

🇹🇷 tahsis edilebilir

🇰🇷 할당 가능한

🇸🇦 قابل للتخصيص

🇨🇿 alokovatelný

🇸🇰 alokovateľný

🇨🇳 可分配的 (kě fēnpèi de)

🇸🇮 dodeljiv

🇮🇸 úthlutunarhæfur

🇰🇿 бөлінетін

🇬🇪 განკარგვადი

🇦🇿 təyin edilə bilən

🇲🇽 asignable

Word origin

The term 'allocatable' originated in the computing field, specifically in the context of memory management and programming languages like Fortran. It stems from the verb 'allocate,' which has Latin roots in 'allocare' meaning 'to place.' The concept of dynamic memory allocation and flexible data structures led to the usage of 'allocatable' to describe objects that can be assigned resources as needed.

See also: allocate, allocated, allocating, allocation, misallocate, reallocate, reallocation, unallocated, underallocation.