<trclass="memdesc:af199f6a611354ad86e985d885f72ea02"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Stored key (64-bit). May use a reserved sentinel to denote an empty slot. <br/></td></tr>
<trclass="memdesc:adf26f353bbdec145acb6e64403f94179"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Associated value payload (64-bit) stored alongside the key. <br/></td></tr>
<divclass="textblock"><p>Single key/value slot used internally by the open-addressing hash map. </p>
<p>Collision resolution strategy (implementation detail): linear or quadratic probing (see source). An empty slot is typically represented by a key sentinel (e.g. 0 or another reserved value) – callers never interact with individual <aclass="el"href="structkv__pair__t.html"title="Single key/value slot used internally by the open-addressing hash map.">kv_pair_t</a> entries directly; they are managed through the map API. </p>
<pclass="definition">Definition at line <aclass="el"href="hash__map_8h_source.html#l00032">32</a> of file <aclass="el"href="hash__map_8h_source.html">hash_map.h</a>.</p>
<p>Stored key (64-bit). May use a reserved sentinel to denote an empty slot. </p>
<pclass="definition">Definition at line <aclass="el"href="hash__map_8h_source.html#l00034">34</a> of file <aclass="el"href="hash__map_8h_source.html">hash_map.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="hash__map_8c_source.html#l00185">insert_map()</a>, <aclass="el"href="hash__map_8c_source.html#l00228">lookup_map()</a>, and <aclass="el"href="hash__map_8c_source.html#l00133">resize_map()</a>.</p>
<p>Associated value payload (64-bit) stored alongside the key. </p>
<pclass="definition">Definition at line <aclass="el"href="hash__map_8h_source.html#l00035">35</a> of file <aclass="el"href="hash__map_8h_source.html">hash_map.h</a>.</p>
<pclass="reference">Referenced by <aclass="el"href="hash__map_8c_source.html#l00185">insert_map()</a>, and <aclass="el"href="hash__map_8c_source.html#l00228">lookup_map()</a>.</p>
<liclass="footer">Generated by <ahref="https://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.svg"width="104"height="31"alt="doxygen"/></a> 1.16.1 </li>