Searched refs:_talloc_zero_array (Results 1 – 2 of 2) sorted by relevance
/xen/tools/xenstore/ |
A D | talloc.h | 53 #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 D | talloc.c | 1213 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