Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data AllocEvent Source #
Allocation log event. These are emitted automatically whenever mlocked
memory is allocated through the mlockedAllocForeignPtr
primitive, or
released through an associated finalizer (either explicitly or due to GC).
Additional events that are not actual allocations/deallocations, but may
provide useful debugging context, can be inserted as MarkerEv
.
Instances
Show AllocEvent Source # | |
Defined in Test.Crypto.AllocLog | |
Eq AllocEvent Source # | |
Defined in Test.Crypto.AllocLog (==) ∷ AllocEvent → AllocEvent → Bool Source # (/=) ∷ AllocEvent → AllocEvent → Bool Source # |