In computer science, manual memory management refers to the usage of manual instructions by the programmer to identify and deallocate unused objects, or garbage. Up until the mid-1990s, the majority of programming languages used in industry supported manual memory management, though garbage collection has existed since 1959, when it was introduced with Lisp. Today, however, languages with garbage collection such as Java are increasingly popular and the languages Objective-C and Swift provide similar functionality through Automatic Reference Counting. The main manually managed languages still in widespread use today are C and C++ – see C dynamic memory allocation.
Attributes | Values |
---|
rdfs:label
| - تنظيم الذاكرة اليدوي (ar)
- Manual memory management (en)
|
rdfs:comment
| - تنظيم الذاكرة اليدوي (بالإنجليزية: Manual memory management) في علم الحاسوب يطلق على استخدام تعليمات يدوية لايجاد وتحرير الذاكرة من الأغراض غير المستخدمة أو القمامة، عملية تنظيم الذاكرة اليدوي. وحتى منتصف التسعينيات كانت معظم لغات البرمجة تدعم عملية تنظيم الذاكرة اليدوية. أما الآن فاللغات التي تحتوي على عملية جمع القمامة الذاتية أصبحت أكثر شعبية، ومن اللغات الرئيسة التي تدعم عملية تنظيم الذاكرة اليدوية ومستخدمة إلى الآن هي لغة السي(C) والسي++(C++). (ar)
- In computer science, manual memory management refers to the usage of manual instructions by the programmer to identify and deallocate unused objects, or garbage. Up until the mid-1990s, the majority of programming languages used in industry supported manual memory management, though garbage collection has existed since 1959, when it was introduced with Lisp. Today, however, languages with garbage collection such as Java are increasingly popular and the languages Objective-C and Swift provide similar functionality through Automatic Reference Counting. The main manually managed languages still in widespread use today are C and C++ – see C dynamic memory allocation. (en)
|
dct:subject
| |
Wikipage page ID
| |
Wikipage revision ID
| |
Link from a Wikipage to another Wikipage
| |
Link from a Wikipage to an external page
| |
sameAs
| |
dbp:wikiPageUsesTemplate
| |
has abstract
| - تنظيم الذاكرة اليدوي (بالإنجليزية: Manual memory management) في علم الحاسوب يطلق على استخدام تعليمات يدوية لايجاد وتحرير الذاكرة من الأغراض غير المستخدمة أو القمامة، عملية تنظيم الذاكرة اليدوي. وحتى منتصف التسعينيات كانت معظم لغات البرمجة تدعم عملية تنظيم الذاكرة اليدوية. أما الآن فاللغات التي تحتوي على عملية جمع القمامة الذاتية أصبحت أكثر شعبية، ومن اللغات الرئيسة التي تدعم عملية تنظيم الذاكرة اليدوية ومستخدمة إلى الآن هي لغة السي(C) والسي++(C++). (ar)
- In computer science, manual memory management refers to the usage of manual instructions by the programmer to identify and deallocate unused objects, or garbage. Up until the mid-1990s, the majority of programming languages used in industry supported manual memory management, though garbage collection has existed since 1959, when it was introduced with Lisp. Today, however, languages with garbage collection such as Java are increasingly popular and the languages Objective-C and Swift provide similar functionality through Automatic Reference Counting. The main manually managed languages still in widespread use today are C and C++ – see C dynamic memory allocation. (en)
|
prov:wasDerivedFrom
| |
page length (characters) of wiki page
| |
foaf:isPrimaryTopicOf
| |
is Link from a Wikipage to another Wikipage
of | |
is Wikipage redirect
of | |
is foaf:primaryTopic
of | |