abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Gia_MmFixed_t_ Struct Reference

DECLARATIONS ///. More...

Data Fields

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 [giaMem.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:
giaMem.c,v 1.00 2007/04/28 00:00:00 alanmi Exp

]

Definition at line 30 of file giaMem.c.

Field Documentation

int Gia_MmFixed_t_::nChunks

Definition at line 42 of file giaMem.c.

int Gia_MmFixed_t_::nChunksAlloc

Definition at line 41 of file giaMem.c.

int Gia_MmFixed_t_::nChunkSize

Definition at line 40 of file giaMem.c.

int Gia_MmFixed_t_::nEntriesAlloc

Definition at line 34 of file giaMem.c.

int Gia_MmFixed_t_::nEntriesMax

Definition at line 36 of file giaMem.c.

int Gia_MmFixed_t_::nEntriesUsed

Definition at line 35 of file giaMem.c.

int Gia_MmFixed_t_::nEntrySize

Definition at line 33 of file giaMem.c.

int Gia_MmFixed_t_::nMemoryAlloc

Definition at line 47 of file giaMem.c.

int Gia_MmFixed_t_::nMemoryUsed

Definition at line 46 of file giaMem.c.

char** Gia_MmFixed_t_::pChunks

Definition at line 43 of file giaMem.c.

char* Gia_MmFixed_t_::pEntriesFree

Definition at line 37 of file giaMem.c.


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