Rizin
unix-like reverse engineering framework and cli tools
ht_up.h File Reference
#include "ht_inc.h"

Go to the source code of this file.

Macros

#define HT_TYPE   2
 

Functions

RZ_API HtName_ (Ht) *Ht_(new0)(void)
 
RZ_API HT_ (KvFreeFunc) pair_free
 
RZ_API HT_ (CalcSizeV) valueSize)
 
RZ_API HT_ (DupValue) valdup
 

Macro Definition Documentation

◆ HT_TYPE

#define HT_TYPE   2

Definition at line 17 of file ht_up.h.

Function Documentation

◆ HT_() [1/3]

RZ_API HT_ ( CalcSizeV  )

◆ HT_() [2/3]

RZ_API HT_ ( DupValue  )

◆ HT_() [3/3]

RZ_API HT_ ( KvFreeFunc  )

◆ HtName_()

RZ_API HtName_ ( Ht  )
new

Definition at line 108 of file ht_pp.c.

26  {
27  return internal_ht_default_new(ht_primes_sizes[0], 0, valdup, pair_free, calcsizeV);
28 }
static const ut32 ht_primes_sizes[]
Definition: ht_inc.c:10