Examples with "Srealloc" and their translation in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
With a Falcon Srealloc() cannot be performed.
Other results
Various array functions (add, delete, search, prealloc,...)
Various array functions (add, delete, search, prealloc,...)
Viele verschiedene Arrayfunktionen (hinzufügen, löschen, vergleichen,...)
The system-defined members are AUTOADJ, CONSOLIDATED, ELIMINATION, POSTALLOC, PREALLOC, and PREELIM.
Zu den systemdefinierten Elementen gehören AUTOADJ, CONSOLIDATED, ELIMINATION, POSTALLOC, PREALLOC und PREELIM.
It can be disabled with - prealloc=0 or enabled with - prealloc.
This is done with the realloc function.
Dieses wird mit der realloc Funktion getan.
realloc: called with unallocated block argument
realloc: Mit nicht zugewiesenen Argument aufgerufen.
This can be used to implement a very efficient realloc(3).
Dies kann benutzt werden, um ein sehr effizientes realloc(3) zu implementieren.
If realloc() fails the original block is left untouched - it is not freed or moved.
Wenn realloc() scheitert bleibt der ursprüngliche Block unverändert - er wird nicht freigegeben oder verändert.
The e4rat range of tools are comprised of e4rat-collect, e4rat-realloc and e4rat-preload.
Die Software setzt sich aus drei Teilen zusammen: e4rat-collect, e4rat-realloc und e4rat-preload.
realloc: start and end chunk sizes differ
realloc: Anfangs- und Endsegmentgrößen sind unterschiedlich.
It is a block allocator library that uses a single fixed size memory pool to allocate variable sized memory blocks, and exports functions similar to malloc, realloc and free.
Weitere eigenständige Speicherzuweisungsbibliothek.Es handelt sich um eine Blockzuweisungsbibliothek, die einen einzelnen Speicherpool mit fester Größe verwendet, um Speicherblöcke mit variabler Größe zuzuweisen und Funktionen ähnlich wie malloc, realloc und free zu exportieren.
The returned pointer must be deallocated with free() or realloc().
Der Zeiger muss mit free() freigegeben werden.