Home
last modified time | relevance | path

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

/xen/tools/xenstored/
A Dtalloc.h56 #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #t… macro
A Dhashtable.c70 h->table = talloc_zero_array(h, struct entry *, primes[0]); in create_hashtable()

Completed in 9 milliseconds