ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

memtrack.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #ifndef FOURCC
00004 #define FOURCC(a,b,c,d) (((a)<<24)|((b)<<16)|((c)<<8)|(d))
00005 #endif
00006 
00007 #define AllocatePacketWithBuffer(x,y,z) AllocatePacketWithBufferX(x,y,z,__FILE__,__LINE__)
00008 #define FreeNdisPacket(x) FreeNdisPacketX(x,__FILE__,__LINE__)
00009 
00010 #define MTMARK()
00011 #define Track(x,y)
00012 #define TrackingInit()
00013 #define TrackDump()
00014 #define Untrack(x)
00015 #define TrackTag(x)
00016 #define exAllocatePoolWithTag(x,y,z) ExAllocatePoolWithTag(x,y,z)
00017 #define exAllocatePool(x,y) ExAllocatePool(x,y)
00018 #define exFreePool(x) ExFreePool(x)
00019 #define TrackWithTag(w,x,y,z)
00020 #define UntrackFL(x,y,z)

Generated on Fri May 25 2012 04:26:09 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.