Coalescing (computer science)

http://dbpedia.org/resource/Coalescing_(computer_science) an entity of type: Band

컴퓨터 과학에서 통합과 집약은 기억장치에서 공백의 처리에 관한 용어이다. 이 처리를 하지 않으면 단편화 현상이 나타나 기억공간을 효율적으로 쓸 수 없게 된다. rdf:langString
Coalescência, em informática, é a combinação de partições adjacentes de memória livre. Requer um sistema operacional mais complexo, porque precisa localizar partições adjacentes, portanto se faz necessário criar algoritmos para pesquisar tabelas e procurar por estas partições livres. Sem a coalescência, o Sistema Operacional "enxerga" muitas partições pequenas de memória livre. rdf:langString
In computer science, coalescing is a part of memory management in which two adjacent free blocks of computer memory are merged. When a program no longer requires certain blocks of memory, these blocks of memory can be freed. Without coalescing, these blocks of memory stay separate from each other in their original requested size, even if they are next to each other. If a subsequent request for memory specifies a size of memory that cannot be met with an integer number of these (potentially unequally-sized) freed blocks, these neighboring blocks of freed memory cannot be allocated for this request. Coalescing alleviates this issue by setting the neighboring blocks of freed memory to be contiguous without boundaries, such that part or all of it can be allocated for the request. rdf:langString
In informatica, la coalescenza è l'atto della fusione di due blocchi di memoria adiacenti. Quando in un'applicazione si libera della memoria, le lacune potrebbero finire nel segmento di memoria che l'applicazione usa. Tra le altre tecniche, la coalescenza è usata per ridurre la frammentazione esterna, ma non ne risolve definitivamente il problema. La coalescenza può essere applicata non appena dei blocchi di memoria si liberano, oppure qualche tempo dopo (azione conosciuta come coalescenza in differita), o potrebbe non essere mai applicata. rdf:langString
В комп'ютерних науках, об'єднання (англ. coalescing) це процес злиття двох сусідніх вільних блоків пам'яті. Коли застосунок звільняє пам'ять, прогалини можуть з'явитися в сегменті пам'яті, що використовується застосунком. Разом із іншими методами, об'єднання використовується для зменшення зовнішньої фрагментації, але не є абсолютно ефективним. Об'єднання можна виконувати як тільки блоки пам'яті звільняються, або воно може бути відкладене і виконане через деякий час (відкладене об'єднання), або взагалі може не виконуватись. rdf:langString
rdf:langString Coalescing (computer science)
rdf:langString Coalescenza (informatica)
rdf:langString 통합과 집약
rdf:langString Coalescência (informática)
rdf:langString Об'єднання пам'яті (інформатика)
xsd:integer 16296155
xsd:integer 962301511
rdf:langString In computer science, coalescing is a part of memory management in which two adjacent free blocks of computer memory are merged. When a program no longer requires certain blocks of memory, these blocks of memory can be freed. Without coalescing, these blocks of memory stay separate from each other in their original requested size, even if they are next to each other. If a subsequent request for memory specifies a size of memory that cannot be met with an integer number of these (potentially unequally-sized) freed blocks, these neighboring blocks of freed memory cannot be allocated for this request. Coalescing alleviates this issue by setting the neighboring blocks of freed memory to be contiguous without boundaries, such that part or all of it can be allocated for the request. Among other techniques, coalescing is used to reduce external fragmentation, but is not totally effective. Coalescing can be done as soon as blocks are freed, or it can be deferred until some time later (known as deferred coalescing), or it might not be done at all. Coalescence and related techniques like heap compaction, can be used in garbage collection.
rdf:langString In informatica, la coalescenza è l'atto della fusione di due blocchi di memoria adiacenti. Quando in un'applicazione si libera della memoria, le lacune potrebbero finire nel segmento di memoria che l'applicazione usa. Tra le altre tecniche, la coalescenza è usata per ridurre la frammentazione esterna, ma non ne risolve definitivamente il problema. La coalescenza può essere applicata non appena dei blocchi di memoria si liberano, oppure qualche tempo dopo (azione conosciuta come coalescenza in differita), o potrebbe non essere mai applicata. La coalescenza e le relative tecniche come la compattazione della pila, possono essere usate nelle garbage collection.
rdf:langString 컴퓨터 과학에서 통합과 집약은 기억장치에서 공백의 처리에 관한 용어이다. 이 처리를 하지 않으면 단편화 현상이 나타나 기억공간을 효율적으로 쓸 수 없게 된다.
rdf:langString Coalescência, em informática, é a combinação de partições adjacentes de memória livre. Requer um sistema operacional mais complexo, porque precisa localizar partições adjacentes, portanto se faz necessário criar algoritmos para pesquisar tabelas e procurar por estas partições livres. Sem a coalescência, o Sistema Operacional "enxerga" muitas partições pequenas de memória livre.
rdf:langString В комп'ютерних науках, об'єднання (англ. coalescing) це процес злиття двох сусідніх вільних блоків пам'яті. Коли застосунок звільняє пам'ять, прогалини можуть з'явитися в сегменті пам'яті, що використовується застосунком. Разом із іншими методами, об'єднання використовується для зменшення зовнішньої фрагментації, але не є абсолютно ефективним. Об'єднання можна виконувати як тільки блоки пам'яті звільняються, або воно може бути відкладене і виконане через деякий час (відкладене об'єднання), або взагалі може не виконуватись. Об'єднання і пов'язані з ним методи, такі як ущільнення купи, можуть використовуватися при зборі сміття.
xsd:nonNegativeInteger 1713

data from the linked data cloud