Searched refs:_talloc_array (Results 1 – 2 of 2) sorted by relevance
/xen/tools/xenstore/ |
A D | talloc.h | 54 #define talloc_array(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type) 55 #define talloc_array_size(ctx, size, count) _talloc_array(ctx, size, count, __location__) 135 void *_talloc_array(const void *ctx, size_t el_size, unsigned count, const char *name);
|
A D | talloc.c | 1202 void *_talloc_array(const void *ctx, size_t el_size, unsigned count, const char *name) in _talloc_array() function
|
Completed in 5 milliseconds