阅读:1475回复:2
请教!ExAllocatePoolWithTag没看懂是干什么的!
谢谢!
|
|
|
沙发#
发布于:2005-04-12 17:15
The system associates the pool tag with the allocated memory. Programming tools, such as WinDbg, can display the pool tag associated with each allocated buffer. The value of Tag is normally displayed in reversed order. For example, if a caller passes \'Fred\' as a Tag, it would appear as \'derF\' if pool is dumped or when tracking pool usage in the debugger.
|
|
|
板凳#
发布于:2004-05-18 09:05
好像是分配一块内存空间,但第一个和第三个参数怎么解释?
|
|
|