Home
last modified time | relevance | path

Searched refs:talloc_report (Results 1 – 3 of 3) sorted by relevance

/xen/tools/xenstore/
A Dtalloc_guide.txt205 talloc_report() and talloc_report_full() for details. Also see
343 void talloc_report(const void *ptr, FILE *f);
345 The talloc_report() function prints a summary report of all memory
358 This provides a more detailed report than talloc_report(). It will
372 This enables calling of talloc_report(NULL, stderr) when the program
379 NULL to talloc_report() or talloc_report_full() won't give you the
404 NULL to talloc_report() or talloc_report_full() won't give you the
A Dtalloc.h122 void talloc_report(const void *ptr, FILE *f);
A Dtalloc.c855 void talloc_report(const void *ptr, FILE *f) in talloc_report() function
886 talloc_report(null_context, stderr); in talloc_report_null()

Completed in 22 milliseconds