Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dtalloc.c732 off_t talloc_total_size(const void *ptr) in talloc_total_size() function
754 total += talloc_total_size(TC_PTR_FROM_CHUNK(c)); in talloc_total_size()
824 (unsigned long)talloc_total_size(TC_PTR_FROM_CHUNK(c)), in talloc_report_depth()
845 (unsigned long)talloc_total_size(ptr), in talloc_report_full()
866 (unsigned long)talloc_total_size(ptr), in talloc_report()
874 (unsigned long)talloc_total_size(TC_PTR_FROM_CHUNK(c)), in talloc_report()
885 if (talloc_total_size(null_context) != 0) { in talloc_report_null()
895 if (talloc_total_size(null_context) != 0) { in talloc_report_null_full()
941 (unsigned long)talloc_total_size(TC_PTR_FROM_CHUNK(c)), in talloc_report_depth_str()
967 (unsigned long)talloc_total_size(null_context), in talloc_describe_all()
A Dtalloc.h119 off_t talloc_total_size(const void *ptr);
A Dtalloc_guide.txt320 off_t talloc_total_size(const void *ptr);
322 The talloc_total_size() function returns the total size in bytes used

Completed in 5 milliseconds