HEAP_ZERO_MEMORY 119 TSRM/tsrm_win32.c bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, pathname_len + 1); HEAP_ZERO_MEMORY 133 TSRM/tsrm_win32.c bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, pathname_len + ptc_sid_len + 1); HEAP_ZERO_MEMORY 161 TSRM/tsrm_win32.c pTokenUser = (PTOKEN_USER)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, dwLength);