Searched refs:talloc_total_size (Results 1 – 3 of 3) sorted by relevance
732 off_t talloc_total_size(const void *ptr) in talloc_total_size() function754 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()
119 off_t talloc_total_size(const void *ptr);
320 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