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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3889 uint8_t *summary_table; local
3955 MALLOC (summary_table, uint8_t*, summary_size_bytes, M_TEMP, M_WAITOK);
3956 if (summary_table == NULL) {
3959 bzero (summary_table, summary_size_bytes);
3963 hfsmp->hfs_summary_table = summary_table;

Completed in 61 milliseconds