![]() |
MOS Source Code
|
Go to the source code of this file.
Macros | |
| #define | hashmap_common_type_init(map, cap, type) |
Functions | |
| MOSAPI hash_t __pure | hashmap_hash_string (uintn key) |
| MOSAPI int __pure | hashmap_compare_string (uintn key1, uintn key2) |
| MOSAPI int __pure | hashmap_simple_key_compare (uintn key1, uintn key2) |
| MOSAPI hash_t __pure | hashmap_identity_hash (uintn key) |