Lines Matching refs:mtInternal

124   FREE_C_HEAP_ARRAY(char, destfile, mtInternal);
161 char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal);
285 char* user_name = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal);
319 char* tdbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(tmpdirname), mtInternal);
329 strlen(tmpdirname) + strlen(dentry->d_name) + 2, mtInternal);
337 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
348 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
354 char* udbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(usrdir_name), mtInternal);
362 strlen(usrdir_name) + strlen(udentry->d_name) + 2, mtInternal);
369 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
375 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
397 if (latest_user != NULL) FREE_C_HEAP_ARRAY(char, latest_user, mtInternal);
398 latest_user = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal);
404 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
408 FREE_C_HEAP_ARRAY(char, udbuf, mtInternal);
409 FREE_C_HEAP_ARRAY(char, usrdir_name, mtInternal);
412 FREE_C_HEAP_ARRAY(char, tdbuf, mtInternal);
457 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal);
473 char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal);
489 char* path = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal);
504 FREE_C_HEAP_ARRAY(char, path, mtInternal);
642 char* dbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(dirname), mtInternal);
685 FREE_C_HEAP_ARRAY(char, dbuf, mtInternal);
751 FREE_C_HEAP_ARRAY(char, pACL, mtInternal);
755 FREE_C_HEAP_ARRAY(char, pSD, mtInternal);
770 FREE_C_HEAP_ARRAY(char, lpSA, mtInternal);
809 token_buf = (PTOKEN_USER) NEW_C_HEAP_ARRAY(char, rsize, mtInternal);
817 FREE_C_HEAP_ARRAY(char, token_buf, mtInternal);
823 PSID pSID = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal);
830 FREE_C_HEAP_ARRAY(char, token_buf, mtInternal);
831 FREE_C_HEAP_ARRAY(char, pSID, mtInternal);
838 FREE_C_HEAP_ARRAY(char, token_buf, mtInternal);
916 newACL = (PACL) NEW_C_HEAP_ARRAY(char, newACLsize, mtInternal);
922 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
935 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
962 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
978 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
993 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
1001 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
1014 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
1034 FREE_C_HEAP_ARRAY(char, newACL, mtInternal);
1058 NEW_C_HEAP_ARRAY(char, SECURITY_DESCRIPTOR_MIN_LENGTH, mtInternal);
1080 NEW_C_HEAP_ARRAY(char, sizeof(SECURITY_ATTRIBUTES), mtInternal);
1151 FREE_C_HEAP_ARRAY(char, aces[0].pSid, mtInternal);
1466 FREE_C_HEAP_ARRAY(char, user, mtInternal);
1472 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
1473 FREE_C_HEAP_ARRAY(char, objectname, mtInternal);
1474 FREE_C_HEAP_ARRAY(char, dirname, mtInternal);
1501 MemTracker::record_virtual_memory_reserve((address)mapAddress, size, mtInternal, CURRENT_PC);
1628 FREE_C_HEAP_ARRAY(char, dirname, mtInternal);
1647 if (luser != user) FREE_C_HEAP_ARRAY(char, luser, mtInternal);
1648 FREE_C_HEAP_ARRAY(char, dirname, mtInternal);
1649 FREE_C_HEAP_ARRAY(char, filename, mtInternal);
1650 FREE_C_HEAP_ARRAY(char, objectname, mtInternal);
1680 MemTracker::record_virtual_memory_reserve((address)mapAddress, size, mtInternal, CURRENT_PC);