Searched refs:templateInfo (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus.c702 struct ledger_template_info *templateInfo; local
714 templateInfo = malloc(template_cnt * sizeof (struct ledger_template_info));
715 if (templateInfo == NULL) {
719 if (!(ledger(LEDGER_TEMPLATE_INFO, (caddr_t)templateInfo, (caddr_t)&template_cnt, NULL) < 0)) {
721 if (!strncmp(templateInfo[i].lti_name, physFootprintName, strlen(physFootprintName))) {
728 free(templateInfo);

Completed in 28 milliseconds