|
ReactOS 0.4.16-dev-1946-g52006dd
|

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) |
Definition at line 7 of file memtrack.h.
Definition at line 17 of file memtrack.h.
Definition at line 16 of file memtrack.h.
| #define exFreePool | ( | x | ) | ExFreePool(x) |
Definition at line 18 of file memtrack.h.
Definition at line 4 of file memtrack.h.
| #define FreeNdisPacket | ( | x | ) | FreeNdisPacketX(x,__FILE__,__LINE__) |
Definition at line 8 of file memtrack.h.
| #define MTMARK | ( | ) |
Definition at line 10 of file memtrack.h.
Definition at line 11 of file memtrack.h.
| #define TrackDump | ( | ) |
Definition at line 13 of file memtrack.h.
| #define TrackingInit | ( | ) |
Definition at line 12 of file memtrack.h.
Definition at line 15 of file memtrack.h.
Definition at line 14 of file memtrack.h.