Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
616 B

//+-----------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (c) Microsoft Corporation 1991 - 1992
//
// File: memmgr.h
//
// Contents: Memory Manager code for KSecDD
//
//
// History: 23 Feb 93 RichardW Created
//
//------------------------------------------------------------------------
#ifndef __MEMMGR_H__
#define __MEMMGR_H__
PKernelContext AllocContextRec(void);
void FreeContextRec(PKernelContext);
BOOLEAN KsecInitMemory(void);
// Global Resource Spin lock
extern KSPIN_LOCK ResourceSpinLock;
#endif