Thread C, malloc, realloc, int arrays und segfaults (6 answers)
Opened by FoolAck at 2009-01-27 05:24

esskar
 2009-01-27 22:14
#118404 #118404
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
murphy+2009-01-27 16:10:41--
Es ist aber sinnvoll, den Speicherpuffer exponentiell zu vergroessern, um die Anzahl der Allokationen und die Fragmentierung des Speichers moeglichst gering zu halten. Fast jede Implementation dynamisch wachsender Arrays arbeitet so.

ja, aber ich würde da nicht mit 64 bytes anfangen. Buffers unter 16K sind witzlos.

View full thread C, malloc, realloc, int arrays und segfaults