Creating a benchmark using C memory allocation functions
Close
Articolul precedent
Articolul urmator
146 1
Ultima descărcare din IBN:
2023-09-03 14:11
SM ISO690:2012
LOPATENCO, Andrei, KULEV, Mihail. Creating a benchmark using C memory allocation functions. In: Microelectronics and Computer Science: The 6th International Conference, Ed. 6, 1-3 octombrie 2009, Chisinau. Bălți, Republica Moldova: Universitatea de Stat „Alecu Russo" din Bălţi, 2009, Ediţia 6, pp. 330-331. ISBN 978-9975-45-122-2.
EXPORT metadate:
Google Scholar
Crossref
CERIF

DataCite
Dublin Core
Microelectronics and Computer Science
Ediţia 6, 2009
Conferința "Microelectronics and Computer Science"
6, Chisinau, Moldova, 1-3 octombrie 2009

Creating a benchmark using C memory allocation functions


Pag. 330-331

Lopatenco Andrei, Kulev Mihail
 
Technical University of Moldova
 
 
Disponibil în IBN: 13 iulie 2023


Rezumat

Worldwide, C is the first or second most popular language in terms of number of developer positions or publicly available code. This thesis presents the ways, possibilities and types of memory management in C language. Memory management is one of the most fundamental areas of computer programming. In many scripting languages, you don't have to worry about how memory is managed, but that doesn't make memory management any less important. Knowing the abilities and limitations of your memory manager is critical for effective programming. In most systems languages like C and C++, you have to do memory management.

Cuvinte-cheie
allocators, c-style memory allocators, memory allocation, memory leak