Changeset 86 for trunk/src/helpers/dosh.c
- Timestamp:
- Jul 15, 2001, 10:57:25 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dosh.c
r82 r86 2270 2270 else 2271 2271 { 2272 // **patrick, this was missing... 2273 // wonder if you ever tested this, this crashes in 2274 // doshPerfGet otherwise ;-) 2275 /* -----------> */ pPerfSys->palIntrs = (PLONG)malloc(pPerfSys->cProcessors * sizeof(LONG)); 2272 pPerfSys->palIntrs = (PLONG)malloc(pPerfSys->cProcessors * sizeof(LONG)); 2276 2273 if (!pPerfSys->palIntrs) 2277 2274 arc = ERROR_NOT_ENOUGH_MEMORY; … … 2284 2281 pPerfSys->padIntrPrev[ul] = 0.0; 2285 2282 pPerfSys->palLoads[ul] = 0; 2286 /* and this one too */pPerfSys->palIntrs[ul] = 0;2283 pPerfSys->palIntrs[ul] = 0; 2287 2284 } 2288 2285 }
Note:
See TracChangeset
for help on using the changeset viewer.