Translation of "malloc" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Het volgende programma illustreert het gebruik van malloc, realloc en vrij.
The following program illustrates the use of malloc, realloc and free.
Codeer reorganisatie en andere verbeteringen aan malloc (3) en vrienden om ze efficiënter te maken.
Code reorganization and other improvements to malloc(3) and friends to make them more efficient.
malloc(): een pointer op de lijst van vrije blokken is overschreven
malloc: block on free list clobbered
Het fungeert als een malloc () debugger voor het debuggen dynamisch geheugen...
It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and...
Voldoende verstorend om enkele fork(), malloc() en connect() commando's uit te voeren en het systeem en de netwerk services behoorlijk te belasten.
Enough to combine a few fork(), malloc() and connect() to badly stress the system and the network services.
malloc() voor ttyclass is mislukt
can't malloc for ttyclass
Het commando mdconfig(8) ondersteunt drie types geheugen-gebaseerde virtuele schijven: geheugenschijven die met malloc(9) toegewezen zijn, geheugenschijven die een bestand als basis gebruiken en geheugenschijven die swapruimte als basis gebruiken.
The mdconfig(8) command supports three kinds of memory backed virtual disks: memory disks allocated with malloc(9), memory disks using a file or swap space as backing.
Geheugentoewijzing in ksh (1) werd overgeschakeld van calloc (3) terug naar malloc (3), waardoor het gemakkelijker is om niet-geïnitialiseerd geheugen te herkennen.
Memory allocation in ksh(1) was switched from calloc(3) back to malloc(3), making it easier to recognize uninitialized memory.
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.
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
De meest opmerkelijke is de aanbieder dtmalloc, welke het volgen van malloc() op soort in de FreeBSD-kernel toestaat.
Most notable is the dtmalloc provider, which allows tracing malloc() by type in the FreeBSD kernel.
Heaptoewijzingen die de functies malloc() en HeapAlloc() gebruiken, kunnen niet worden uitgevoerd.
Heap allocations using the malloc() and HeapAlloc() functions are non-executable.
Het fungeert als een malloc () debugger voor het debuggen dynamisch geheugen... 3 Jun 15 In Ontwikkeltools, Debugging software Linux
It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and... 3 Jun 15 in Developer Tools, Debugging Software Linux
malloc afmetingen afronden naar volgende woord