An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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.

Property Value
dbo: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)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 4041390 (xsd:integer)
dbo:wikiPageLength
  • 10951 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1115823903 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
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)
rdfs:label
  • تنظيم الذاكرة اليدوي (ar)
  • Manual memory management (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License