Struct powerlaw_dist_config

Inheritance Relationships

Base Type

  • public rconfig::base_config

Struct Documentation

struct powerlaw_dist_config : public rconfig::base_config

Configuration for powerlaw block distribution.

Public Members

size_t n_clusters = {0}

How many clusters to allocate in the arena.

size_t pwr_max = {0}

Max power of 2 for distribution.

size_t pwr_min = {0}

Min power of 2 for distribution.