Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.h844 BoolErr bigstack_end_calloc_cp(uintptr_t ct, char*** cp_arr_ptr);
859 return bigstack_end_calloc_cp(ct, K_CAST(char***, kcp_arr_ptr)); in bigstack_end_calloc_kcp()
H A Dplink2_cmdline.cc762 BoolErr bigstack_end_calloc_cp(uintptr_t ct, char*** cp_arr_ptr) { in bigstack_end_calloc_cp() function
H A Dplink2_data.cc4087 bigstack_end_calloc_cp(table_size, &filter_tokens))) { in MakeFilterHtable()