[CMAKE]
[reactos.git] / ntoskrnl / config / cmalloc.c
index 97dfc1a..6502883 100644 (file)
@@ -25,6 +25,7 @@ LIST_ENTRY CmpFreeDelayItemsListHead;
 
 VOID
 NTAPI
+INIT_FUNCTION
 CmpInitCmPrivateAlloc(VOID)
 {
     /* Make sure we didn't already do this */
@@ -39,6 +40,7 @@ CmpInitCmPrivateAlloc(VOID)
 
 VOID
 NTAPI
+INIT_FUNCTION
 CmpInitCmPrivateDelayAlloc(VOID)
 {
     /* Initialize the delay allocation list and lock */