Lines Matching defs:pfnInternalFree
4528 , pfnInternalFree( pfnInternalFree_ )
4580 pfnInternalFree = pfnInternalFree_;
4608 return std::tie( pUserData, pfnAllocation, pfnReallocation, pfnFree, pfnInternalAllocation, pfnInternalFree );
4618 ( pfnFree == rhs.pfnFree ) && ( pfnInternalAllocation == rhs.pfnInternalAllocation ) && ( pfnInternalFree == rhs.pfnInternalFree );
4633 PFN_vkInternalFreeNotification pfnInternalFree = {};