ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Aig_MmFixed_t_ Struct Reference

DECLARATIONS ///. More...

Public Attributes

int nEntrySize
 
int nEntriesAlloc
 
int nEntriesUsed
 
int nEntriesMax
 
char * pEntriesFree
 
int nChunkSize
 
int nChunksAlloc
 
int nChunks
 
char ** pChunks
 
int nMemoryUsed
 
int nMemoryAlloc
 

Detailed Description

DECLARATIONS ///.

CFile****************************************************************

FileName [aigMem.c]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [AIG package.]

Synopsis [Memory managers.]

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - April 28, 2007.]

Revision [

Id
aigMem.c,v 1.00 2007/04/28 00:00:00 alanmi Exp

]

Definition at line 30 of file aigMem.c.

Member Data Documentation

◆ nChunks

int Aig_MmFixed_t_::nChunks

Definition at line 42 of file aigMem.c.

◆ nChunksAlloc

int Aig_MmFixed_t_::nChunksAlloc

Definition at line 41 of file aigMem.c.

◆ nChunkSize

int Aig_MmFixed_t_::nChunkSize

Definition at line 40 of file aigMem.c.

◆ nEntriesAlloc

int Aig_MmFixed_t_::nEntriesAlloc

Definition at line 34 of file aigMem.c.

◆ nEntriesMax

int Aig_MmFixed_t_::nEntriesMax

Definition at line 36 of file aigMem.c.

◆ nEntriesUsed

int Aig_MmFixed_t_::nEntriesUsed

Definition at line 35 of file aigMem.c.

◆ nEntrySize

int Aig_MmFixed_t_::nEntrySize

Definition at line 33 of file aigMem.c.

◆ nMemoryAlloc

int Aig_MmFixed_t_::nMemoryAlloc

Definition at line 47 of file aigMem.c.

◆ nMemoryUsed

int Aig_MmFixed_t_::nMemoryUsed

Definition at line 46 of file aigMem.c.

◆ pChunks

char** Aig_MmFixed_t_::pChunks

Definition at line 43 of file aigMem.c.

◆ pEntriesFree

char* Aig_MmFixed_t_::pEntriesFree

Definition at line 37 of file aigMem.c.


The documentation for this struct was generated from the following file: