package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module D : sig ... end

Global data is collected using dirty side-effecting.

module V : sig ... end
module MakeP (G0 : Lattice.S) : sig ... end
module GProtecting : sig ... end

Collects information about which variables are protected by which mutexes

module GProtected : sig ... end

Collects information about which mutex protects which variable

module G : sig ... end
val add : (D.t, 'a, 'b, 'c) Analyses.ctx -> AddrRW.t -> D.t
val remove' : (D.t, 'a, 'b, 'c) Analyses.ctx -> warn:bool -> Addr.t -> D.t
val remove : (D.t, 'a, 'b, 'c) Analyses.ctx -> Addr.t -> D.t
val remove_all : 'a -> D.t
OCaml

Innovation. Community. Security.