comparison src/dmgrowbuf.h @ 1830:3d4bb20f6739

Remove dmGrowBufUpdate() and min/max_offs.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Jun 2018 16:17:06 +0300
parents 5e928618fdc8
children 732fa926a5ef
comparison
equal deleted inserted replaced
1829:5639142e0b87 1830:3d4bb20f6739
19 Uint8 19 Uint8
20 *data; // Actually allocated data pointer 20 *data; // Actually allocated data pointer
21 21
22 size_t 22 size_t
23 offs, // Current offset 23 offs, // Current offset
24 min_offs,
25 max_offs,
26 size, // Actual allocated size 24 size, // Actual allocated size
27 len, // Size requested 25 len, // Size requested
28 mingrow; // Minimum amount of bytes the allocation size grows by 26 mingrow; // Minimum amount of bytes the allocation size grows by
29 27
30 BOOL 28 BOOL