Module Pulselib__PulseBaseDomain
- type t- =- {- heap : Pulselib.PulseBaseMemory.t;- stack : Pulselib.PulseBaseStack.t;- attrs : Pulselib.PulseBaseAddressAttributes.t;- }
- type cell- = Pulselib.PulseBaseMemory.Edges.t * Pulselib.PulseBasicInterface.Attributes.t
- val empty : t
- val reachable_addresses : t -> Pulselib.PulseBasicInterface.AbstractValue.Set.t
- compute the set of abstract addresses that are "used" in the abstract state, i.e. reachable from the stack variables 
- val empty_mapping : mapping
- type isograph_relation- =- |- NotIsomorphic- no mapping was found that can make LHS the same as the RHS - |- IsomorphicUpTo of mapping- mapping(lhs)is isomorphic to- rhs