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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp911 DWORD newACLsize = aclinfo.AclBytesInUse + local
915 newACLsize += GetLengthSid(aces[i].pSid);
919 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal);
921 if (!InitializeAcl(newACL, newACLsize, ACL_REVISION)) {

Completed in 40 milliseconds