Expand description
GRT - Global Reference Tracker - a module to allow for global allocations of mutex objects with an easy to use API. Easier than manually adding and tracking all static allocations.
Structs§
- The Global Reference Tracker (Grt) for
wdk-mutex
is a module designed to improve the development ergonomics of manually managing memory in a driver required for tracking objects passed between threads.
Enums§
- The type of mutexes which is passed in to the Grt to correctly initialise a new
mutex
.