|
abc-master
|
Go to the source code of this file.
Functions | |
| void * | Util_MemRecAlloc (void *pMem) |
| BASIC TYPES ///. More... | |
| void * | Util_MemRecFree (void *pMem) |
| void | Util_MemStart () |
| void | Util_MemQuit () |
| void | Util_MemRecycle () |
| int | Util_MemRecIsSet () |
Variables | |
| ABC_NAMESPACE_HEADER_START void * | s_vAllocs |
| INCLUDES ///. More... | |
| void * | s_vFrees |
| int | s_fInterrupt |
| void Util_MemQuit | ( | ) |
| void* Util_MemRecAlloc | ( | void * | pMem | ) |
BASIC TYPES ///.
MACRO DEFINITIONS ///FUNCTION DECLARATIONS ///
Function*************************************************************
Synopsis [Remembers an allocated pointer.]
Description []
SideEffects []
SeeAlso []
Definition at line 172 of file utilMem.c.
| void* Util_MemRecFree | ( | void * | pMem | ) |
Function*************************************************************
Synopsis [Remembers a deallocated pointer.]
Description []
SideEffects []
SeeAlso []
Definition at line 190 of file utilMem.c.
| int Util_MemRecIsSet | ( | ) |
| void Util_MemRecycle | ( | ) |
| void Util_MemStart | ( | ) |
| ABC_NAMESPACE_HEADER_START void* s_vAllocs |
INCLUDES ///.
CFile****************************************************************
FileName [utilInt.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Memory recycling utilities.]
Synopsis [Internal declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]PARAMETERS ///