|
Graphviz
2.31.20130617.0446
|

Go to the source code of this file.
Functions | |
| void * | zmalloc (size_t nbytes) |
| void * | zrealloc (void *ptr, size_t size, size_t elt, size_t osize) |
| void * | gmalloc (size_t nbytes) |
| void * | grealloc (void *ptr, size_t size) |
| void* gmalloc | ( | size_t | nbytes | ) |
Definition at line 44 of file memory.c.
References NULL, and malloc().
Referenced by xml_string(), xml_url_string(), zmalloc(), getfree(), gvconfig_plugin_install_from_library(), gvconfig(), gvprintf(), gvplugin_library_load(), pccomps(), ccomps(), and html_string().
| void* grealloc | ( | void * | ptr, |
| size_t | size | ||
| ) |
Definition at line 56 of file memory.c.
References realloc(), and NULL.
Referenced by canontoken(), colorxlate(), graph_init(), xml_string(), xml_url_string(), Fgets(), gv_argvlist_set_item(), gvplugin_library_load(), gvrender_polygon(), gvrender_beziercurve(), gvrender_polyline(), and html_string().
| void* zmalloc | ( | size_t | nbytes | ) |
Definition at line 22 of file memory.c.
References gmalloc().
Referenced by push_obj_state(), gvNEWcontext(), gvjobs_output_filename(), gvjobs_output_langname(), and gvNEWargvlist().
1.7.5