Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dtalloc.h74 #define talloc_get_type(ptr, type) (type *)talloc_check_name(ptr, #type) macro
A Dtalloc_guide.txt544 (type *)talloc_get_type(const void *ptr, type);
558 talloc_get_type() to do type checking on void* pointers.

Completed in 8 milliseconds