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

/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmig_allocate.c60 mig_allocate(vm_address_t *addr_p, vm_size_t size) function
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmig.h288 extern void mig_allocate(vm_address_t *, vm_size_t);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm1247 mig_allocate(reinterpret_cast<vm_address_t*>(&resultData), resultLength);
1312 mig_allocate(reinterpret_cast<vm_address_t*>(&resultData), resultLength);
1531 mig_allocate(reinterpret_cast<vm_address_t*>(&cookiesData), cookiesLength);
1572 mig_allocate(reinterpret_cast<vm_address_t*>(&proxyData), proxyLength);
1588 mig_allocate(reinterpret_cast<vm_address_t*>(&usernameData), usernameLength);
1592 mig_allocate(reinterpret_cast<vm_address_t*>(&passwordData), passwordLength);
1655 mig_allocate(reinterpret_cast<vm_address_t*>(&resolvedURLData), resolvedURLLength);
H A DNetscapePluginHostProxy.mm900 mig_allocate(reinterpret_cast<vm_address_t*>(infoData), *infoLength);

Completed in 95 milliseconds