Translation of malloc from English into Dutch
Other
technology
- Malloc is used to allocate memory in C.Malloc wordt gebruikt om geheugen toe te wijzen in C.
memory allocation
- Malloc is used to allocate memory for arrays.Malloc wordt gebruikt om geheugen voor arrays toe te wijzen.
Examples of malloc in a sentence
Developers often use malloc in their code. Malloc is essential for dynamic memory management in C. Developers often use malloc to handle memory allocation efficiently.
Translations of "malloc" in Context ordered by category and frequency
The following program illustrates the use of malloc, realloc and free.
Het volgende programma illustreert het gebruik van malloc, realloc en vrij.
Code reorganization and other improvements to malloc(3) and friends to make them more efficient.
Codeer reorganisatie en andere verbeteringen aan malloc (3) en vrienden om ze efficiënter te maken.
malloc: block on free list clobbered
malloc(): een pointer op de lijst van vrije blokken is overschreven
It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and...
Het fungeert als een malloc () debugger voor het debuggen dynamisch geheugen...
malloc: Examples and translations in context
Enough to combine a few fork(), malloc() and connect() to badly stress the system and the network services.
Voldoende verstorend om enkele fork(), malloc() en connect() commando's uit te voeren en het systeem en de netwerk services behoorlijk te belasten.
Round malloc sizes to next word
malloc afmetingen afronden naar volgende woord
When a process allocates memory (i.e. using malloc) the address of the first byte of that memory (also 32bit number) is put into the pointer. Detailed example
Wanneer een proces geheugen alloceert (d.w.z. malloc gebruikt) wordt het adres van de eerste byte van dat geheugen (ook een 32 bit nummer) in de pointer gezet.
Most notable is the dtmalloc provider, which allows tracing malloc() by type in the FreeBSD kernel.
De meest opmerkelijke is de aanbieder dtmalloc, welke het volgen van malloc() op soort in de FreeBSD-kernel toestaat.
Heap allocations using the malloc() and HeapAlloc() functions are non-executable.
Heaptoewijzingen die de functies malloc() en HeapAlloc() gebruiken, kunnen niet worden uitgevoerd.
It is also possible to create memory-based disks which are malloc(9) backed, but using large malloc backed memory disks can result in a system panic if the kernel runs out of memory.
Het is ook mogelijk om malloc(9) gebaseerde geheugen schijven te maken, maar door hiervan gebruik te maken kan het gebeuren dat het systeem crashed als de kernel uit het geheugen loopt. Voorbeeld 19.6.