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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4023 uint8_t *newtable; local
4033 MALLOC (newtable, uint8_t*, summarybytes, M_TEMP, M_WAITOK);
4034 if (newtable == NULL) {
4043 bzero (newtable, summarybytes);
4056 memcpy (newtable, hfsmp->hfs_summary_table, copysize);
4061 hfsmp->hfs_summary_table = newtable;

Completed in 22 milliseconds