DynamoRIO API
_hashtable_config_t Struct Reference

#include <hashtable.h>

Data Fields

size_t size
 
bool resizable
 
uint resize_threshold
 

Detailed Description

Configuration parameters for a hashtable.

Field Documentation

◆ resizable

bool _hashtable_config_t::resizable

Whether the table should be resized

◆ resize_threshold

uint _hashtable_config_t::resize_threshold

Resize the table at this % full

◆ size

size_t _hashtable_config_t::size

The size of the hashtable_config_t struct used


The documentation for this struct was generated from the following file: