Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dtalloc.h53 #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #t…
136 void *_talloc_zero_array(const void *ctx, size_t el_size, unsigned count, const char *name);
A Dtalloc.c1213 void *_talloc_zero_array(const void *ctx, size_t el_size, unsigned count, const char *name) in _talloc_zero_array() function

Completed in 4 milliseconds