派生自 xt-sys/exectos
Implement MM::KernelPool::FreeProcessorStructures
这个提交包含在:
@@ -206,5 +206,10 @@ XTAPI
|
||||
VOID
|
||||
MM::KernelPool::FreeProcessorStructures(IN PVOID StructuresData)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
/* Check if the provided pointer is valid */
|
||||
if(StructuresData != NULLPTR)
|
||||
{
|
||||
/* Release the contiguous memory block back */
|
||||
MM::Allocator::FreePool(StructuresData, 0);
|
||||
}
|
||||
}
|
||||
|
||||
在新工单中引用
屏蔽一个用户