用户 space Windows 中的 APC 队列长度
User space APC queue length in Windows
Windows 中一个线程的用户 space APC 队列的最大长度是多少?我阅读了 Windows Internals 6 第 1 部分,但没有找到任何相关信息。
没有固定的限制。 KAPC 结构是从 nonpaged pool and linked to a thread by a single LIST_ENTRY structure. Nonpaged pool is limited by available system resources only.
分配的
Windows 中一个线程的用户 space APC 队列的最大长度是多少?我阅读了 Windows Internals 6 第 1 部分,但没有找到任何相关信息。
没有固定的限制。 KAPC 结构是从 nonpaged pool and linked to a thread by a single LIST_ENTRY structure. Nonpaged pool is limited by available system resources only.
分配的