Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dtalloc.h54 #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 Dtalloc.c1202 void *_talloc_array(const void *ctx, size_t el_size, unsigned count, const char *name) in _talloc_array() function

Completed in 5 milliseconds