51 p->fEpsilonInternal = (float)0.01;
53 p->vPis = Vec_PtrAlloc( 100 );
54 p->vPos = Vec_PtrAlloc( 100 );
55 p->vObjs = Vec_PtrAlloc( 100 );
56 p->vTemp = Vec_IntAlloc( 100 );
57 p->vCuts0 = Vec_PtrAlloc( 100 );
58 p->vCuts1 = Vec_PtrAlloc( 100 );
59 p->vCuts2 = Vec_PtrAlloc( 100 );
60 p->vTempP = Vec_PtrAlloc( 100 );
82 Vec_PtrFree(
p->vPis );
83 Vec_PtrFree(
p->vPos );
84 Vec_PtrFree(
p->vObjs );
85 Vec_PtrFree(
p->vCuts0 );
86 Vec_PtrFree(
p->vCuts1 );
87 Vec_PtrFree(
p->vCuts2 );
88 Vec_PtrFree(
p->vTempP );
89 Vec_IntFree(
p->vTemp );
#define ABC_ALLOC(type, num)
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
void Aig_MmFlexStop(Aig_MmFlex_t *p, int fVerbose)
Aig_MmFixed_t * Aig_MmFixedStart(int nEntrySize, int nEntriesMax)
FUNCTION DEFINITIONS ///.
Aig_MmFlex_t * Aig_MmFlexStart()
void Aig_MmFixedStop(Aig_MmFixed_t *p, int fVerbose)
struct Amap_Obj_t_ Amap_Obj_t
struct Amap_Man_t_ Amap_Man_t
void Amap_ManStop(Amap_Man_t *p)
ABC_NAMESPACE_IMPL_START Amap_Man_t * Amap_ManStart(int nNodes)
DECLARATIONS ///.