This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | freelist |
Defines | |
#define | NULL 0 |
Typedefs | |
typedef freelist | Freelist |
Functions | |
void * | getfree (Freelist *) |
void | freeinit (Freelist *, int) |
void | makefree (void *, Freelist *) |
void freeinit | ( | Freelist * | , | |
int | ||||
) |
Definition at line 46 of file memory.c.
References freelist::blocklist, free(), freelist::head, LCM, freeblock::next, freeblock::nodes, freelist::nodesize, and NULL.
Referenced by edgeinit(), ELcleanup(), ELinitialize(), infoinit(), and siteinit().
void* getfree | ( | Freelist * | ) |
Definition at line 65 of file memory.c.
References freelist::blocklist, gmalloc(), GNEW, freelist::head, makefree(), freeblock::next, freenode::nextfree, freeblock::nodes, freelist::nodesize, NULL, and sqrt_nsites.
Referenced by addVertex(), bisect(), getsite(), and HEcreate().
void makefree | ( | void * | , | |
Freelist * | ||||
) |
Definition at line 89 of file memory.c.
References freelist::head.
Referenced by deref(), endpoint(), and getfree().