https://www.proz.com/kudoz/english-to-spanish/computers-general/1804304-heap.html

heap

19:59 Mar 5, 2007
English to Spanish translations [PRO]
Tech/Engineering - Computers (general) / bases de datos
English term or phrase: heap
In certain programming languages including C and Pascal, a heap is an area of pre-reserved computer main storage (memory) that a program process can use to store data in some variable amount that won't be known until the program is running. For example, a program may accept different amounts of input from one or more users for processing and then do the processing on all the input data at once. Having a certain amount of heap storage already obtained from the operating system makes it easier for the process to manage storage and is generally faster than asking the operating system for storage every time it's needed. The process manages its allocated heap by requesting a "chunk" of the heap (called a heap block) when needed, returning the blocks when no longer needed, and doing occasional "garbage collecting," which makes blocks available that are no longer being used and also reorganizes the available space in the heap so that it isn't being wasted in small unused pieces. The term is apparently inspired by another term, stack. A stack is similar to a heap except that the blocks are taken out of storage in a certain order and returned in the same way. In Pascal, a subheap is a portion of a heap that is treated like a stack.
luciardz_
Local time: 08:14


Summary of answers provided
5 +1montón o pila
Rosa Rubio
5cúmulo
Maria J Fernández
3memoria heap/dinámica
EngtoSpaTrans


  

Answers


8 mins   confidence: Answerer confidence 5/5 peer agreement (net): +1
montón o pila


Explanation:
Se utilizán ambas opciones, aunque "pila" suele utilizarse para traducir el término "stack"

Rosa Rubio
Spain
Local time: 08:14
Specializes in field
Native speaker of: Native in CatalanCatalan
PRO pts in category: 67

Peer comments on this answer (and responses from the answerer)
agree  Julia Garello: Adhiero una página, a lo mejor ayuda: http://www.zator.com/Cpp/E1_3_2.htm
5 hrs
  -> Gracias ;-)
Login to enter a peer comment (or grade)

1 hr   confidence: Answerer confidence 5/5
cúmulo


Explanation:
:-)

Maria J Fernández
Spain
Local time: 08:14
Specializes in field
Native speaker of: Native in SpanishSpanish
PRO pts in category: 12
Login to enter a peer comment (or grade)

9 hrs   confidence: Answerer confidence 3/5Answerer confidence 3/5
memoria heap/dinámica


Explanation:
Así lo ponen en http://forum.wordreference.com/showthread.php?t=376537

Le dicen "almacenamiento libre" en http://es.wikipedia.org/wiki/Heap_(desambiguación)

Suerte =)

EngtoSpaTrans
United States
Local time: 01:14
Works in field
Native speaker of: Native in SpanishSpanish
PRO pts in category: 28
Login to enter a peer comment (or grade)



Login or register (free and only takes a few minutes) to participate in this question.

You will also have access to many other tools and opportunities designed for those who have language-related jobs (or are passionate about them). Participation is free and the site has a strict confidentiality policy.

KudoZ™ translation help

The KudoZ network provides a framework for translators and others to assist each other with translations or explanations of terms and short phrases.


See also: