GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <grass/linkm.h>
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) |
void link_cleanup | ( | struct link_head * | Head | ) |
Definition at line 64 of file linkm/init.c.
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().