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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSData.h725 virtual void setDeallocFunction(DeallocFunction func);
/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp41 OSMetaClassDefineReservedUsed(OSData, 0); // setDeallocFunction
445 void OSData::setDeallocFunction(DeallocFunction func) function in class:OSData
H A DOSKext.cpp450 linkBuffer->setDeallocFunction(osdata_kext_free);
1484 prelinkedExecutable->setDeallocFunction(osdata_kext_free);
1486 prelinkedExecutable->setDeallocFunction(osdata_phys_free);
2603 uncompressedData->setDeallocFunction(&osdata_kmem_free);
3043 uncompressedData->setDeallocFunction(&osdata_kmem_free);
4797 linkedExecutable->setDeallocFunction(NULL);
5218 linkedExecutable->setDeallocFunction(NULL);
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp632 booterData->setDeallocFunction(osdata_phys_free);

Completed in 90 milliseconds