Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:malloc

839 	intf = (PosixNetworkInterface*)malloc(sizeof(*intf));
1356 mDNSexport void * mDNSPlatformMemAllocate(mDNSu32 len) { return(malloc(len)); }
1514 newSource = (PosixEventSource*) malloc(sizeof *newSource);