Files
libiscsi/lib
Peter Lieven c4dc380262 PDU reduce number of mallocs/memcpys in iscsi_add_data()
This patch adds logarithmic malloc behaviour to iscsi_add_data().
Currently for each new call there is a new buffer allocated
and all old data is copied to the new buffer. Change this by
allocating at least PAGE_SIZE bytes and increase the allocation
by powers of 2 each time it does no longer fit.
2012-11-03 02:49:56 +01:00
..
2012-11-03 02:26:30 +01:00
2012-10-25 12:56:26 -05:00
2012-10-25 12:56:26 -05:00
MD5
2010-12-22 21:57:58 +11:00
2012-11-03 02:05:16 +01:00
2012-10-25 12:56:26 -05:00
2012-08-02 09:09:22 +10:00