hex_map_normalize
hex_map_copy hex_map_merge hex_map_get_device hex_map_set_device hex_map_partition hex_map_append_block hex_map_delete_block hex_map_first_blockhex_map_normalize
This function normalizes the Hex Map object.
Syntax
int hex_map_normalize(
hex_map_t map
);
Parameters
map - a reference to the Hex Map object
Return
The function returns non-zero if the normalization succeeds, or zero if the operation fails.
Notes
Normalization performs the following operations:
The operation will fail if there are overlapping blocks within the Hex Map.
Minimum library version - 163
© 2007-2026 Northern Software Inc. All Rights Reserved.