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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp908 DWORD newACLsize = aclinfo.AclBytesInUse + local
912 newACLsize += GetLengthSid(aces[i].pSid);
916 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal);
918 if (!InitializeAcl(newACL, newACLsize, ACL_REVISION)) {

Completed in 32 milliseconds