Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMap_Allocate ( kMap  map,
kType  keyType,
kType  valueType,
kSize  initialCapacity 
)

Reallocates the map.

Existing items are discarded.

Parameters
mapMap object.
keyTypeType of map key.
valueTypeType of map value.
initialCapacityCapacity initially reserved for map items.
Returns
Operation status.