Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
lolengine
/
lol
mirror da
https://github.com/lolengine/lol
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
sys: use progressively larger temporary buffers when reading files.
legacy
Sam Hocevar
sam
11 anni fa
parent
75d4503a01
commit
526feb9b80
1 ha cambiato i file
con
1 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-2
src/sys/file.cpp
+ 1
- 2
src/sys/file.cpp
Vedi File
@@ -84,8 +84,7 @@ class FileData
ret.Resize(oldsize + done);
memcpy(&ret[oldsize], &buf[0], done);
/* XXX: we could resize the buffer here
* buf.Resize(buf.Count() * 3 / 2); */
buf.Resize(buf.Count() * 3 / 2);
}
return ret;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva