Function

Camelmemchunk_empty

since: 3.4

Declaration [src]

void
camel_memchunk_empty (
  CamelMemChunk* memchunk
)

Description [src]

Clean out the memchunk buffers. Marks all allocated memory as free blocks, but does not give it back to the system. Can be used if the memchunk is to be used repeatedly.

Available since: 3.4

This function is not directly available to language bindings.

Parameters

memchunk

Type: CamelMemChunk

A CamelMemChunk.

The data is owned by the caller of the function.