Graphviz
2.41.20171026.1811
|
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 42 of file memory.c.
References NULL.
Referenced by getfree(), gvconfig(), gvconfig_plugin_install_from_library(), gvplugin_library_load(), gvprintf(), html_string(), xml_string0(), xml_url_string(), and zmalloc().
void* grealloc | ( | void * | ptr, |
size_t | size | ||
) |
Definition at line 54 of file memory.c.
References NULL.
Referenced by canontoken(), colorxlate(), Fgets(), graph_init(), gv_argvlist_set_item(), gvplugin_library_load(), gvrender_beziercurve(), gvrender_polygon(), gvrender_polyline(), html_string(), xml_string0(), and xml_url_string().
void* zmalloc | ( | size_t | nbytes | ) |
Definition at line 20 of file memory.c.
References gmalloc().
Referenced by gvCloneGVC(), gvjobs_output_filename(), gvjobs_output_langname(), gvNEWargvlist(), gvNEWcontext(), and push_obj_state().