Home
last modified time | relevance | path

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

/third_party/libpsl/src/
Dpsl.c191 static psl_vector_t *vector_alloc(int max, int (*cmp)(const psl_entry_t **, const psl_entry_t **)) in vector_alloc() function
1245 psl->suffixes = vector_alloc(8*1024, suffix_compare_array); in psl_load_fp()