Module Operator.Malloc_id
Unique identifier for malloc sites, which eventually includes all allocations in a C program. We also give string as a convenient name for these allocations.
Unique identifier for malloc sites, which eventually includes all allocations in a C program. We also give string as a convenient name for these allocations.
val fresh : string -> tval hash : t -> intval to_string : t -> stringval to_int : t -> int