libalpm
Arch Linux Package Manager Library
Functions
graph.c File Reference
#include "graph.h"
#include "util.h"
#include "log.h"
Include dependency graph for graph.c:

Go to the source code of this file.

Functions

alpm_graph_t_alpm_graph_new (void)
void _alpm_graph_free (void *data)

Function Documentation

void _alpm_graph_free ( void *  data)

Definition at line 32 of file graph.c.

References alpm_list_free(), and __alpm_graph_t::children.

Referenced by _alpm_shortest_delta_path(), and _alpm_sortbydeps().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 24 of file graph.c.

References CALLOC.