ucx/buffer.h

changeset 146
aa376dba1ba8
parent 140
15f871f50bfd
child 163
5ec9a2ca6328
equal deleted inserted replaced
145:e974640ec4e0 146:aa376dba1ba8
56 56
57 /** 57 /**
58 * No buffer features enabled (all flags cleared). 58 * No buffer features enabled (all flags cleared).
59 */ 59 */
60 #define UCX_BUFFER_DEFAULT 0x00 60 #define UCX_BUFFER_DEFAULT 0x00
61
61 /** 62 /**
62 * If this flag is enabled, the buffer will automatically free its contents. 63 * If this flag is enabled, the buffer will automatically free its contents.
63 */ 64 */
64 #define UCX_BUFFER_AUTOFREE 0x01 65 #define UCX_BUFFER_AUTOFREE 0x01
66
65 /** 67 /**
66 * If this flag is enabled, the buffer will automatically extends its capacity. 68 * If this flag is enabled, the buffer will automatically extends its capacity.
67 */ 69 */
68 #define UCX_BUFFER_AUTOEXTEND 0x02 70 #define UCX_BUFFER_AUTOEXTEND 0x02
69 71

mercurial