GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
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_headlink_init (int size)
 
void link_cleanup (struct link_head *Head)
 

Function Documentation

◆ link_cleanup()

void link_cleanup ( struct link_head Head)

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

References free(), and NULL.

Referenced by BM_destroy_sparse().

◆ link_exit_on_error()

void link_exit_on_error ( int  flag)

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

Referenced by Vect_get_point_in_poly().

◆ link_init()

struct link_head * link_init ( int  size)

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

References free(), malloc(), NULL, PTR_CNT, and VOID_T.

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

◆ link_set_chunk_size()

void link_set_chunk_size ( int  size)

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

Referenced by BM_create_sparse(), and BM_file_read().