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

PackageName [A C version of SAT solver MINISAT, originally developed in C++ by Niklas Een and Niklas Sorensson, Chalmers University of Technology, Sweden: http://www.cs.chalmers.se/~een/Satzoo.]

Synopsis [Memory managers borrowed from Extra.]

Author [Alan Mishchenko alanm.nosp@m.i@ee.nosp@m.cs.be.nosp@m.rkel.nosp@m.ey.ed.nosp@m.u]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - January 1, 2004.]

Revision [

Id
msatMem.c,v 1.0 2004/01/01 1:00:00 alanmi Exp

]

Definition at line 30 of file msatMem.c.

Member Data Documentation

◆ nChunks

int Msat_MmFixed_t_::nChunks

Definition at line 42 of file msatMem.c.

◆ nChunksAlloc

int Msat_MmFixed_t_::nChunksAlloc

Definition at line 41 of file msatMem.c.

◆ nChunkSize

int Msat_MmFixed_t_::nChunkSize

Definition at line 40 of file msatMem.c.

◆ nEntriesAlloc

int Msat_MmFixed_t_::nEntriesAlloc

Definition at line 34 of file msatMem.c.

◆ nEntriesMax

int Msat_MmFixed_t_::nEntriesMax

Definition at line 36 of file msatMem.c.

◆ nEntriesUsed

int Msat_MmFixed_t_::nEntriesUsed

Definition at line 35 of file msatMem.c.

◆ nEntrySize

int Msat_MmFixed_t_::nEntrySize

Definition at line 33 of file msatMem.c.

◆ nMemoryAlloc

int Msat_MmFixed_t_::nMemoryAlloc

Definition at line 47 of file msatMem.c.

◆ nMemoryUsed

int Msat_MmFixed_t_::nMemoryUsed

Definition at line 46 of file msatMem.c.

◆ pChunks

char** Msat_MmFixed_t_::pChunks

Definition at line 43 of file msatMem.c.

◆ pEntriesFree

char* Msat_MmFixed_t_::pEntriesFree

Definition at line 37 of file msatMem.c.


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