Previous Next

Configuring Kernel Special Pool

The kernel special pool feature uses a special memory pool for all allocations that have a specified tag or are within a specified size range. This feature helps you to detect and identify the source of errors in kernel pool use, such as writing beyond the allocated memory space, or referring to memory that has already been freed.

For information on using the special pool, see Special Memory Pool.

Kernel special pool settings are saved in the registry. They become effective when you restart Windows and remain effective until you change them.

To configure kernel special pool

  1. In the Destination area, click System Registry.
  2. Choose one of the following methods:
  3. Click Verify Start or Verify End.
  4. Click Apply.
  5. To disable kernel special pool, delete the text or hexadecimal value from the Kernel Special Pool Tag box, and then click Apply.

Note  The special pool can also be used for the memory pool allocations requested by a specific driver. This feature is activated by Driver Verifier.