Searched refs:talloc_set_name (Results 1 – 3 of 3) sorted by relevance
/xen/tools/xenstore/ |
A D | talloc_guide.txt | 198 void talloc_set_name(const void *ptr, const char *fmt, ...); 208 The talloc_set_name() function allocates memory as a child of the 212 Note that multiple calls to talloc_set_name() will allocate more 220 The function talloc_set_name_const() is just like talloc_set_name(), 237 talloc_set_name(ptr, fmt, ....); 253 talloc_set_name() for details.
|
A D | talloc.h | 106 void talloc_set_name(const void *ptr, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
|
A D | talloc.c | 388 void talloc_set_name(const void *ptr, const char *fmt, ...) in talloc_set_name() function
|
Completed in 7 milliseconds