| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | tamar@zhox.com |
| Safe Haskell | None |
WinDll.Debug.Records
Description
Contains the structures to hold allocation information used when debugging.
- data MemAlloc
- data Caller
- fileName :: IO String
- writeMemAlloc :: MemAlloc -> IO ()
Documentation
The allocation structure/record that is used to keep track of allocations
Identifier which shows which function was invoked to do allocations
writeMemAlloc :: MemAlloc -> IO ()Source
Write out a single allocation structure out to file.