ReactOS 0.4.16-dev-297-gc569aee
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
BOOLEAN | CmpAllocInited |
KGUARDED_MUTEX | CmpAllocBucketLock |
LIST_ENTRY | CmpFreeKCBListHead |
KGUARDED_MUTEX | CmpDelayAllocBucketLock |
LIST_ENTRY | CmpFreeDelayItemsListHead |
Definition at line 199 of file cmalloc.c.
Referenced by CmpAddToDelayedClose(), and CmpDelayDerefKeyControlBlock().
PCM_KEY_CONTROL_BLOCK NTAPI CmpAllocateKeyControlBlock | ( | VOID | ) |
Definition at line 111 of file cmalloc.c.
Referenced by CmpCreateKeyControlBlock().
Definition at line 267 of file cmalloc.c.
Referenced by _Function_class_(), and CmpRemoveFromDelayedClose().
VOID NTAPI CmpFreeKeyControlBlock | ( | IN PCM_KEY_CONTROL_BLOCK | Kcb | ) |
Definition at line 53 of file cmalloc.c.
Referenced by CmpCleanUpKcbCacheWithLock(), and CmpCreateKeyControlBlock().
Definition at line 29 of file cmalloc.c.
Referenced by CmInitSystem1().
Definition at line 44 of file cmalloc.c.
Referenced by CmInitSystem1().
KGUARDED_MUTEX CmpAllocBucketLock |
Definition at line 18 of file cmalloc.c.
Referenced by CmpAllocateKeyControlBlock(), CmpFreeKeyControlBlock(), and CmpInitCmPrivateAlloc().
BOOLEAN CmpAllocInited |
Definition at line 17 of file cmalloc.c.
Referenced by CmpAllocateKeyControlBlock(), and CmpInitCmPrivateAlloc().
KGUARDED_MUTEX CmpDelayAllocBucketLock |
Definition at line 21 of file cmalloc.c.
Referenced by CmpAllocateDelayItem(), CmpFreeDelayItem(), and CmpInitCmPrivateDelayAlloc().
LIST_ENTRY CmpFreeDelayItemsListHead |
Definition at line 22 of file cmalloc.c.
Referenced by CmpAllocateDelayItem(), CmpFreeDelayItem(), and CmpInitCmPrivateDelayAlloc().
LIST_ENTRY CmpFreeKCBListHead |
Definition at line 19 of file cmalloc.c.
Referenced by CmpAllocateKeyControlBlock(), CmpFreeKeyControlBlock(), and CmpInitCmPrivateAlloc().