Home
last modified time | relevance | path

Searched refs:init_data_sz (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dstrset.c39 struct strset *strset__new(size_t max_data_sz, const char *init_data, size_t init_data_sz) in strset__new() argument
58 set->strs_data = malloc(init_data_sz); in strset__new()
62 memcpy(set->strs_data, init_data, init_data_sz); in strset__new()
63 set->strs_data_len = init_data_sz; in strset__new()
64 set->strs_data_cap = init_data_sz; in strset__new()
H A Dstrset.h12 struct strset *strset__new(size_t max_data_sz, const char *init_data, size_t init_data_sz);