GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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.
References free(), link_head::max_ptr, NULL, and link_head::ptr_array.
void link_exit_on_error | ( | int | flag | ) |
Definition at line 35 of file linkm/init.c.
struct link_head* link_init | ( | int | size | ) |
Definition at line 40 of file linkm/init.c.
References link_head::alloced, link_head::chunk_size, free(), malloc(), link_head::max_ptr, NULL, link_head::ptr_array, PTR_CNT, link_head::unit_size, link_head::Unused, and VOID_T.
Referenced by BM_create_sparse().
void link_set_chunk_size | ( | int | size | ) |
Definition at line 30 of file linkm/init.c.
Referenced by BM_create_sparse().