PAPI 7.1.0.0
Loading...
Searching...
No Matches
hash_table Struct Reference

#include <htable.h>

Collaboration diagram for hash_table:

Data Fields

uint32_t capacity
 
uint32_t size
 
struct hash_table_entry ** buckets
 

Detailed Description

Definition at line 31 of file cuda/htable.h.

Field Documentation

◆ buckets

struct hash_table_entry ** hash_table::buckets

Definition at line 34 of file cuda/htable.h.

◆ capacity

uint32_t hash_table::capacity

Definition at line 32 of file cuda/htable.h.

◆ size

uint32_t hash_table::size

Definition at line 33 of file cuda/htable.h.


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