Searched refs:mDNSPlatformMemAllocate (Results 1 – 5 of 5) sorted by relevance
1350 pChgRec = (IfChangeRec*) mDNSPlatformMemAllocate( sizeof *pChgRec); in WatchForInterfaceChange()1518 mDNSexport void * mDNSPlatformMemAllocate(mDNSu32 len) { return(malloc(len)); } in mDNSPlatformMemAllocate() function
2699 extern void * mDNSPlatformMemAllocate (mDNSu32 len);
383 newelem = (DNameListElem*)mDNSPlatformMemAllocate(sizeof(DNameListElem)); in mDNS_CopyDNameList()
4421 r->resrec.rdata = (RData*)mDNSPlatformMemAllocate(sizeofRDataHeader + RDLength); in GetCacheRecord()4441 if (namelen > InlineCacheGroupNameSize) cg->name = mDNSPlatformMemAllocate(namelen); in GetCacheGroup()
790 #define umalloc(x) mDNSPlatformMemAllocate(x) // short hands for common routines