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§
- Grt
- The Global Reference Tracker (Grt) for
wdk-mutexis a module designed to improve the development ergonomics of manually managing memory in a driver required for tracking objects passed between threads.
Enums§
- Mutex
Type - The type of mutexes which is passed in to the Grt to correctly initialise a new
mutex.