3
我在哪裏可以找到free
和malloc
函數在內核中?我確實包括stdlib.h
,但free
和malloc
函數不在stdlib.h
中。我在哪裏可以找到這些功能?Windows內核中的免費/ malloc功能
謝謝!
我在哪裏可以找到free
和malloc
函數在內核中?我確實包括stdlib.h
,但free
和malloc
函數不在stdlib.h
中。我在哪裏可以找到這些功能?Windows內核中的免費/ malloc功能
謝謝!
看看ExAllocatePoolWithTag。在OSR有一些討論,如果你正在進行Windows內核編程,這是一個很好的資源。
爲本地主機上的所有開發文件和文檔安裝Windows Driver Kit/DDK。
這是哪個內核? – cnicutar 2012-08-13 11:53:43
@cnicutar對不起,Windows內核 – RomanKarpuk 2012-08-13 12:24:47