Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.h53 #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #t… macro
A Dtdb.c1651 tdb->locked = talloc_zero_array(tdb, struct tdb_lock_type,

Completed in 9 milliseconds