+ExDeleteNPagedLookasideList()
authorshort <>
Sat, 23 Nov 2002 16:19:46 +0000 (16:19 +0000)
committershort <>
Sat, 23 Nov 2002 16:19:46 +0000 (16:19 +0000)
+ExDeletePagedLookasideList()
+ExInitializeNPagedLookasideList()
+ExInitializePagedLookasideList()

ntoskrnl/ex/lookas.c

index ef82f83..7e45bf6 100644 (file)
@@ -102,6 +102,8 @@ ExpInitLookasideLists()
   ExpMinMaxRoutine = ExpDefaultMinMax;
 }
 
+#ifndef LIBCAPTIVE
+
 PVOID
 STDCALL
 ExAllocateFromPagedLookasideList (
@@ -133,6 +135,8 @@ ExAllocateFromPagedLookasideList (
   return Entry;
 }
 
+#endif /* LIBCAPTIVE */
+
 VOID
 STDCALL
 ExDeleteNPagedLookasideList (
@@ -186,6 +190,8 @@ ExDeletePagedLookasideList (
   KeReleaseSpinLock(&ExpPagedLookasideListLock, OldIrql);
 }
 
+#ifndef LIBCAPTIVE
+
 VOID
 STDCALL
 ExFreeToPagedLookasideList (
@@ -208,6 +214,8 @@ ExFreeToPagedLookasideList (
        }
 }
 
+#endif /* LIBCAPTIVE */
+
 VOID
 STDCALL
 ExInitializeNPagedLookasideList (