SYMPTOMSPool tracking utilities (for example, Poolmon.exe, the !poolused kernel extension, or the Poolperf.dll extensible Perfmon counter) incorrectly indicate that large (greater than 4 KB) allocations are tracked as BIG tag allocations. CAUSEThis behavior occurs because for Windows NT 4.0 and earlier, the pool tag table for large allocations is fixed at 2,048 entries. When this table is filled, any subsequent large allocation is charged against the BIG tag. Hence, the allocation information is lost after 2,048 large allocations and all subsequent large allocations after that are associated with the BIG pool tag. RESOLUTION
To resolve this problem, the Windows NT 2000 kernel was improved so as to have a dynamic table length for large allocations and, hence, no longer uses the BIG tag. STATUSMicrosoft has confirmed this to be a problem in Windows NT 4.0. Additional query words:
Keywords : kbbug4.00 kbfix4.00 |
Last Reviewed: August 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |