Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.c772 off_t talloc_total_blocks(const void *ptr) in talloc_total_blocks() function
785 total += talloc_total_blocks(TC_PTR_FROM_CHUNK(c)); in talloc_total_blocks()
832 (unsigned long)talloc_total_blocks(TC_PTR_FROM_CHUNK(c)), in talloc_report_depth()
853 (unsigned long)talloc_total_blocks(ptr)); in talloc_report_full()
874 (unsigned long)talloc_total_blocks(ptr)); in talloc_report()
882 (unsigned long)talloc_total_blocks(TC_PTR_FROM_CHUNK(c))); in talloc_report()
949 (unsigned long)talloc_total_blocks(TC_PTR_FROM_CHUNK(c)), in talloc_report_depth_str()
975 (unsigned long)talloc_total_blocks(null_context)); in talloc_describe_all()
A Dtalloc.h110 off_t talloc_total_blocks(const void *ptr);
A Dtalloc_guide.txt331 off_t talloc_total_blocks(const void *ptr);
333 The talloc_total_blocks() function returns the total memory block

Completed in 12 milliseconds