Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmemtrack.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
1.7.6.1
|