abc-master
|
#include "misc/vec/vec.h"
Go to the source code of this file.
Data Structures | |
struct | Mmr_Flex_t_ |
struct | Mmr_Fixed_t_ |
struct | Mmr_Step_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct Mmr_Flex_t_ | Mmr_Flex_t |
DECLARATIONS ///. More... | |
typedef struct Mmr_Fixed_t_ | Mmr_Fixed_t |
typedef struct Mmr_Step_t_ | Mmr_Step_t |
Functions | |
static Mmr_Flex_t * | Mmr_FlexStart (int nPageBase) |
FUNCTION DEFINITIONS ///. More... | |
static void | Mmr_FlexStop (Mmr_Flex_t *p) |
static word * | Mmr_FlexEntry (Mmr_Flex_t *p, int h) |
static int | Mmr_FlexFetch (Mmr_Flex_t *p, int nWords) |
static void | Mmr_FlexRelease (Mmr_Flex_t *p, int h) |
static void | Mmr_FixedCreate (Mmr_Fixed_t *p, int nPageBase, int nEntryWords) |
static Mmr_Fixed_t * | Mmr_FixedStart (int nPageBase, int nEntryWords) |
static void | Mmr_FixedStop (Mmr_Fixed_t *p, int fFreeLast) |
static word * | Mmr_FixedEntry (Mmr_Fixed_t *p, int h) |
static int | Mmr_FixedFetch (Mmr_Fixed_t *p) |
static void | Mmr_FixedRecycle (Mmr_Fixed_t *p, int h) |
static int | Mmr_FixedMemory (Mmr_Fixed_t *p) |
static Mmr_Step_t * | Mmr_StepStart (int nPageBase, int nWordBase) |
static void | Mmr_StepStop (Mmr_Step_t *p) |
static word * | Mmr_StepEntry (Mmr_Step_t *p, int h) |
static int | Mmr_StepFetch (Mmr_Step_t *p, int nWords) |
static void | Mmr_StepRecycle (Mmr_Step_t *p, int h) |
static int | Mmr_StepMemory (Mmr_Step_t *p) |
typedef struct Mmr_Fixed_t_ Mmr_Fixed_t |
typedef typedefABC_NAMESPACE_HEADER_START struct Mmr_Flex_t_ Mmr_Flex_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [mem2.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Memory management.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
typedef struct Mmr_Step_t_ Mmr_Step_t |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 155 of file mem2.h.
|
inlinestatic |
Definition at line 161 of file mem2.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 125 of file mem2.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 92 of file mem2.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 218 of file mem2.h.
|
inlinestatic |