Word Explorer

Dynamic memory allocation

💡 Words with a Similar Meaning to "Dynamic memory allocation"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
static memory allocationnoun(computing) The process of allocating fixed memory at compile time.
allocatornounOne who, or that which, allocates.
mallocnoun(computing) A subroutine in the C programming language's standard library for performing dynamic memory allocation.
dynamic memorynounComputer memory that requires a periodic refresh to maintain its contents. This memory is usually cheaper and faster than ROM.
heapnounA pile or mass; a collection of things laid in a body, or thrown together so as to form an elevation.
autoreleasenoun(computing) automatic release (of previously allocated resources)
dynamic dispatchnoun(computing) A dispatch method where the implementation of a function or method is assigned during runtime, as it cannot be assigned during compile time.
relocationnounThe act of moving from one place to another.
deallocationnoun(computing) The release of a portion of storage that had previously been allocated to a specific task.
autoloadingnoun(programming) The capability of loading and linking portions of a program from mass storage automatically when needed.
dynamic bindingnoun(programming) A form of binding that occurs at runtime, such as the resolution of a virtual method call to a specific subclass's implementation.
buddy memory allocationnoun(computing theory) A form of memory allocation that divides memory into partitions to try to satisfy a memory request as suitably as possible.
memory leaknoun(computing) Any of several faults in the memory allocation logic of a computer or program whereby parts of memory become hidden or unusable.
random access memorynounMain memory.
random-access memorynounAlternative form of random access memory. [(computing, electronics) Computer memory, usually volatile, that stores program and data values during operation and in which each word of memory may be directly (randomly) accessed.]
freestorenoun(computing, programming) The heap of available memory.
dynamic typingnoun(programming) A system in which typechecking is performed at run time and not at compilation, opposed to static typing.
garbage collectionnoun(programming) An automatic mechanism that frees up resources (such as allocated memory) that are no longer in use.
bank switchingnoun(computing) A method to increase the usable memory beyond what the processor normally supports by switching between different areas of memory ("banks") at runtime.
memorynoun(uncountable) The ability of the brain to record information or impressions with the facility of recalling them later, usually at will.

Translate “Dynamic memory allocation” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Dynamic memory allocation