GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
linkm/init.c File Reference
#include <stdlib.h>
#include <grass/linkm.h>
Include dependency graph for linkm/init.c:

Go to the source code of this file.

Functions

void link_set_chunk_size (int size)
 
void link_exit_on_error (int flag)
 
struct link_head * link_init (int size)
 
void link_cleanup (struct link_head *Head)
 

Function Documentation

void link_cleanup ( struct link_head *  Head)

Definition at line 64 of file linkm/init.c.

References free(), and NULL.

Referenced by BM_destroy_sparse(), and main().

void link_exit_on_error ( int  flag)

Definition at line 35 of file linkm/init.c.

References tools::flag.

Referenced by Vect_get_point_in_poly().

struct link_head* link_init ( int  size)

Definition at line 40 of file linkm/init.c.

References free(), malloc(), NULL, tools::size, and VOID_T.

Referenced by BM_create_sparse(), BM_file_read(), main(), and Vect_get_point_in_poly().

void link_set_chunk_size ( int  size)

Definition at line 30 of file linkm/init.c.

References tools::size.

Referenced by BM_create_sparse(), BM_file_read(), and main().