ReactOS 0.4.15-dev-7961-gdcf9eb0
memtrack.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FOURCC(a, b, c, d)   (((a)<<24)|((b)<<16)|((c)<<8)|(d))
 
#define AllocatePacketWithBuffer(x, y, z)   AllocatePacketWithBufferX(x,y,z,__FILE__,__LINE__)
 
#define FreeNdisPacket(x)   FreeNdisPacketX(x,__FILE__,__LINE__)
 
#define MTMARK()
 
#define Track(x, y)
 
#define TrackingInit()
 
#define TrackDump()
 
#define Untrack(x)
 
#define TrackTag(x)
 
#define exAllocatePoolWithTag(x, y, z)   ExAllocatePoolWithTag(x,y,z)
 
#define exAllocatePool(x, y)   ExAllocatePool(x,y)
 
#define exFreePool(x)   ExFreePool(x)
 
#define TrackWithTag(w, x, y, z)
 
#define UntrackFL(x, y, z)
 

Macro Definition Documentation

◆ AllocatePacketWithBuffer

#define AllocatePacketWithBuffer (   x,
  y,
  z 
)    AllocatePacketWithBufferX(x,y,z,__FILE__,__LINE__)

Definition at line 7 of file memtrack.h.

◆ exAllocatePool

#define exAllocatePool (   x,
  y 
)    ExAllocatePool(x,y)

Definition at line 17 of file memtrack.h.

◆ exAllocatePoolWithTag

#define exAllocatePoolWithTag (   x,
  y,
  z 
)    ExAllocatePoolWithTag(x,y,z)

Definition at line 16 of file memtrack.h.

◆ exFreePool

#define exFreePool (   x)    ExFreePool(x)

Definition at line 18 of file memtrack.h.

◆ FOURCC

#define FOURCC (   a,
  b,
  c,
  d 
)    (((a)<<24)|((b)<<16)|((c)<<8)|(d))

Definition at line 4 of file memtrack.h.

◆ FreeNdisPacket

#define FreeNdisPacket (   x)    FreeNdisPacketX(x,__FILE__,__LINE__)

Definition at line 8 of file memtrack.h.

◆ MTMARK

#define MTMARK ( )

Definition at line 10 of file memtrack.h.

◆ Track

#define Track (   x,
  y 
)

Definition at line 11 of file memtrack.h.

◆ TrackDump

#define TrackDump ( )

Definition at line 13 of file memtrack.h.

◆ TrackingInit

#define TrackingInit ( )

Definition at line 12 of file memtrack.h.

◆ TrackTag

#define TrackTag (   x)

Definition at line 15 of file memtrack.h.

◆ TrackWithTag

#define TrackWithTag (   w,
  x,
  y,
  z 
)

Definition at line 19 of file memtrack.h.

◆ Untrack

#define Untrack (   x)

Definition at line 14 of file memtrack.h.

◆ UntrackFL

#define UntrackFL (   x,
  y,
  z 
)

Definition at line 20 of file memtrack.h.