Searched refs:talloc_zero_array (Results 1 – 2 of 2) sorted by relevance
56 #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #t… macro
70 h->table = talloc_zero_array(h, struct entry *, primes[0]); in create_hashtable()
Completed in 9 milliseconds