Decouple pool initialization and validation from allocation logic
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/mm/i686/alloc.cc
|
||||
* DESCRIPTION: Memory manager pool allocation
|
||||
* FILE: xtoskrnl/mm/i686/pool.cc
|
||||
* DESCRIPTION: I686 Memory Manager pool manager
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
XTAPI
|
||||
VOID
|
||||
MM::Allocator::MapNonPagedPool(VOID)
|
||||
MM::Pool::MapNonPagedPool(VOID)
|
||||
{
|
||||
PMMMEMORY_LAYOUT MemoryLayout;
|
||||
|
||||
Reference in New Issue
Block a user