Difference between revisions of "Malloc"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lowercase}}
 
[[wikipedia:malloc]]
 
[[wikipedia:malloc]]
  
* malloc, realloc, calloc and free
+
* <code>malloc, realloc, [[calloc]]</code> and <code>[[free]]</code>
  
  
 
== Related terms ==
 
== Related terms ==
 
* [[Garbage collector]]
 
* [[Garbage collector]]
 
+
* <code>[[sizeof]]</code>
 +
* [[memset]]
 +
* [[MemorySanitizer]]
 +
* [[mmap]]
  
 
== See also ==
 
== See also ==
 +
* {{malloc}}
 
* {{C}}
 
* {{C}}
 
* {{languages}}
 
* {{languages}}

Latest revision as of 01:49, 24 February 2022

Advertising: