ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Mem_Fixed_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 [esopMem.c]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [Cover manipulation package.]

Synopsis [Memory managers.]

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - June 20, 2005.]

Revision [

Id
esopMem.c,v 1.00 2005/06/20 00:00:00 alanmi Exp

]

Definition at line 35 of file mem.c.

Member Data Documentation

◆ nChunks

int Mem_Fixed_t_::nChunks

Definition at line 47 of file mem.c.

◆ nChunksAlloc

int Mem_Fixed_t_::nChunksAlloc

Definition at line 46 of file mem.c.

◆ nChunkSize

int Mem_Fixed_t_::nChunkSize

Definition at line 45 of file mem.c.

◆ nEntriesAlloc

int Mem_Fixed_t_::nEntriesAlloc

Definition at line 39 of file mem.c.

◆ nEntriesMax

int Mem_Fixed_t_::nEntriesMax

Definition at line 41 of file mem.c.

◆ nEntriesUsed

int Mem_Fixed_t_::nEntriesUsed

Definition at line 40 of file mem.c.

◆ nEntrySize

int Mem_Fixed_t_::nEntrySize

Definition at line 38 of file mem.c.

◆ nMemoryAlloc

int Mem_Fixed_t_::nMemoryAlloc

Definition at line 52 of file mem.c.

◆ nMemoryUsed

int Mem_Fixed_t_::nMemoryUsed

Definition at line 51 of file mem.c.

◆ pChunks

char** Mem_Fixed_t_::pChunks

Definition at line 48 of file mem.c.

◆ pEntriesFree

char* Mem_Fixed_t_::pEntriesFree

Definition at line 42 of file mem.c.


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