Home
last modified time | relevance | path

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

/xnu-11215/libsa/
H A Dbootstrap.cpp485 booterData->setDeallocFunction(osdata_phys_free); in readBooterExtensions()
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h59 void osdata_phys_free(void * ptr, unsigned int length);
/xnu-11215/libkern/c++/
H A DOSKext.cpp611 osdata_phys_free(void * ptr, unsigned int length) in osdata_phys_free() function
2176 prelinkedExecutable->setDeallocFunction(osdata_phys_free); in initWithPrelinkedInfoDict()
7127 new_osdata->setDeallocFunction(osdata_phys_free); in slidePrelinkedExecutable()
7692 data->setDeallocFunction(osdata_phys_free);