About: Dmalloc

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

Dmalloc is a C memory debugger library written by to assist programmers in finding a variety of dynamic memory allocation mistakes. It replaces parts (such as malloc) of the C standard library provided by the operating system or compiler with its own versions, which produce information intended to help the programmer detect problematic code. Dmalloc can find memory leaks, off-by-one errors, and usage of invalid addresses in some library functions calls.

Property Value
dbo:abstract
  • Dmalloc is a C memory debugger library written by to assist programmers in finding a variety of dynamic memory allocation mistakes. It replaces parts (such as malloc) of the C standard library provided by the operating system or compiler with its own versions, which produce information intended to help the programmer detect problematic code. Dmalloc can find memory leaks, off-by-one errors, and usage of invalid addresses in some library functions calls. (en)
  • Dmalloc (сокр. от Debug Malloc) — библиотека языка Си для отладки использования памяти, написанная . Библиотека призвана помочь программистам в обнаружении множества ошибок , допущенных при написании кода, работающего с динамически распределяемой памятью. Она подменяет некоторые части стандартной программной библиотеки, поддерживаемой операционной системой для выделения памяти (malloc), и другого программного обеспечения своими собственными версиями, помогающими программисту обнаруживать переполнения буфера и другие критические проблемы программирования. Dmalloc может находить утечки памяти; ошибки смещения на единицу (off-by-one errors) при работе с памятью, выделенной в куче (heap); ошибки использования некорректного адреса в некоторых вызовах библиотечных функций. (ru)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 935755 (xsd:integer)
dbo:wikiPageLength
  • 1034 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 995928065 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Dmalloc is a C memory debugger library written by to assist programmers in finding a variety of dynamic memory allocation mistakes. It replaces parts (such as malloc) of the C standard library provided by the operating system or compiler with its own versions, which produce information intended to help the programmer detect problematic code. Dmalloc can find memory leaks, off-by-one errors, and usage of invalid addresses in some library functions calls. (en)
  • Dmalloc (сокр. от Debug Malloc) — библиотека языка Си для отладки использования памяти, написанная . Библиотека призвана помочь программистам в обнаружении множества ошибок , допущенных при написании кода, работающего с динамически распределяемой памятью. Она подменяет некоторые части стандартной программной библиотеки, поддерживаемой операционной системой для выделения памяти (malloc), и другого программного обеспечения своими собственными версиями, помогающими программисту обнаруживать переполнения буфера и другие критические проблемы программирования. (ru)
rdfs:label
  • Dmalloc (en)
  • Dmalloc (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
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