abc-master
|
#include "hop.h"
Go to the source code of this file.
Macros | |
#define | IVY_PAGE_SIZE 12 |
DECLARATIONS ///. More... | |
#define | IVY_PAGE_MASK 4095 |
Functions | |
void | Hop_ManStartMemory (Hop_Man_t *p) |
FUNCTION DEFINITIONS ///. More... | |
void | Hop_ManStopMemory (Hop_Man_t *p) |
void | Hop_ManAddMemory (Hop_Man_t *p) |
MACRO DEFINITIONS ///. More... | |
#define IVY_PAGE_SIZE 12 |
DECLARATIONS ///.
CFile****************************************************************
FileName [hopMem.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Minimalistic And-Inverter Graph package.]
Synopsis [Memory management for the AIG nodes.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - May 11, 2006.]
Revision [
]
void Hop_ManAddMemory | ( | Hop_Man_t * | p | ) |
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Allocates additional memory for the nodes.]
Description [Allocates IVY_PAGE_SIZE nodes. Aligns memory by 32 bytes. Records the pointer to the AIG manager in the -1 entry.]
SideEffects []
SeeAlso []
Definition at line 89 of file hopMem.c.
void Hop_ManStartMemory | ( | Hop_Man_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Starts the internal memory manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file hopMem.c.
void Hop_ManStopMemory | ( | Hop_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the internal memory manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 66 of file hopMem.c.