Structs§
Enums§
Constants§
Functions§
- calculate_
bucket_ layout - Calculate memory layout for a map bucket
- find_
next_ ⚠valid_ entry - Find the next valid entry in the map
- get_
or_ ⚠reserve_ entry - Get or reserve an entry in the map
- has⚠
- Check if a key exists in the map
- init⚠
- Initialize a new hash map in pre-allocated memory
- layout
- lookup⚠
- Lookup an existing entry in the map
- overwrite⚠
- Copy all entries from source map to target map
- remove⚠
- Remove an entry from the map
- total_
size