Home
last modified time | relevance | path

Searched refs:GlobalMemoryList (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/sac/driver/
H A Dmemory.c17 PSAC_MEMORY_LIST GlobalMemoryList; variable
33 if (GlobalMemoryList) in InitializeMemoryManagement()
40 GlobalMemoryList->LocalDescriptor = (PSAC_MEMORY_ENTRY)(GlobalMemoryList + 1); in InitializeMemoryManagement()
42 GlobalMemoryList->Next = NULL; in InitializeMemoryManagement()
70 while (GlobalMemoryList) in FreeMemoryManagement()
76 Next = GlobalMemoryList->Next; in FreeMemoryManagement()
77 ExFreePoolWithTag(GlobalMemoryList, 0); in FreeMemoryManagement()
81 GlobalMemoryList = Next; in FreeMemoryManagement()
116 GlobalDescriptor = GlobalMemoryList; in MyAllocatePool()
173 GlobalMemoryList = NewDescriptor; in MyAllocatePool()
[all …]