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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp860 PACL newACL = NULL; local
916 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal);
918 if (!InitializeAcl(newACL, newACLsize, ACL_REVISION)) {
922 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
935 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
957 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace,
962 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
972 if (!AddAccessAllowedAce(newACL, ACL_REVISION,
978 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
993 FREE_C_HEAP_ARRAY(char, newACL, mtInterna
[all...]

Completed in 44 milliseconds