mirror of https://github.com/YosysHQ/abc.git
Pointers that are allocated with a C-style malloc should be deleted with free -- not with the C++-style delete. Using delete here will trip up toolchains that enforce using free for memory allocated with malloc. |
||
|---|---|---|
| .. | ||
| aig | ||
| base | ||
| bdd | ||
| bool | ||
| map | ||
| misc | ||
| opt | ||
| phys/place | ||
| proof | ||
| sat | ||
| demo.c | ||
| generic.c | ||
| generic.h | ||
| starter.c | ||
| template.c | ||