cardano-crypto-tests-2.2.0.0: Tests for cardano-crypto-class and -praos
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Crypto.AllocLog

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

Instances details
Show AllocEvent Source # 
Instance details

Defined in Test.Crypto.AllocLog

Eq AllocEvent Source # 
Instance details

Defined in Test.Crypto.AllocLog