WYRDTEK Home Features Reference Downloads About


Reference/es_sdm_new

Syntax

struct es_sdm *es_sdm_new( unsigned chunksize );

Arguments

unsigned chunksize Memory allocation "chunk" size.

Description

Construct new string dictionary manager. Memory allocator chunksize will be used to construct all string dictionaries owned by the manager. Sizes of 4K plus are typically appropriate.

[Back To Reference] [Back To Reference/es_sdm]