Home
last modified time | relevance | path

Searched refs:HASHMAP_MIN_CAP_BITS (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dhashmap.c22 #define HASHMAP_MIN_CAP_BITS 2 macro
109 if (new_cap_bits < HASHMAP_MIN_CAP_BITS) in hashmap_grow()
110 new_cap_bits = HASHMAP_MIN_CAP_BITS; in hashmap_grow()

Completed in 1 milliseconds