Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mDNSPlatformMemAllocate

2526 // Note: mDNSPlatformMemAllocate/mDNSPlatformMemFree are only required for handling oversized resource records and unicast DNS.
2528 // are InlineCacheRDSize or less, then you can just make a simple mDNSPlatformMemAllocate() stub that always returns
2557 #define mDNSPlatformMemAllocate(X) mallocL(#X, X)
2559 extern void * mDNSPlatformMemAllocate (mDNSu32 len);