Home
last modified time | relevance | path

Searched refs:GMT_ALLOC_INTERNALLY (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_grdio.c2810 GH->alloc_mode = GMT_ALLOC_INTERNALLY; /* Memory can be freed by GMT. */ in gmt_create_grid()
2847 GH->xy_alloc_mode[GMT_X] = GH->xy_alloc_mode[GMT_Y] = GMT_ALLOC_INTERNALLY; in gmt_duplicate_grid()
2878 if (G->x && GH->xy_alloc_mode[GMT_X] == GMT_ALLOC_INTERNALLY) in gmtlib_free_grid_ptr()
2880 if (G->y && GH->xy_alloc_mode[GMT_Y] == GMT_ALLOC_INTERNALLY) in gmtlib_free_grid_ptr()
2920 GH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmt_set_outgrid()
3445 GU->alloc_mode = GMT_ALLOC_INTERNALLY; /* Memory can be freed by GMT. */ in gmtlib_create_cube()
3489 UH->xyz_alloc_mode[GMT_X] = UH->xyz_alloc_mode[GMT_Y] = GMT_ALLOC_INTERNALLY; in gmtlib_duplicate_cube()
3492 UH->xyz_alloc_mode[GMT_Z] = GMT_ALLOC_INTERNALLY; in gmtlib_duplicate_cube()
3509 if (U->x && UH->xyz_alloc_mode[GMT_X] == GMT_ALLOC_INTERNALLY) in gmtlib_free_cube_ptr()
3511 if (U->y && UH->xyz_alloc_mode[GMT_Y] == GMT_ALLOC_INTERNALLY) in gmtlib_free_cube_ptr()
[all …]
H A Dgmt_resources.h282GMT_ALLOC_INTERNALLY = 1, /* Allocated by GMT: We may reallocate as needed and free when no longer… enumerator
H A Dgmt_io.c3037 SH->alloc_mode[col] = GMT_ALLOC_INTERNALLY; in gmtio_adjust_segment()
7669 SH->alloc_mode[col] = GMT_ALLOC_INTERNALLY; in gmt_alloc_segment()
7703 SH->alloc_mode[col] = GMT_ALLOC_INTERNALLY; in gmtlib_assign_segment()
7718 SH->alloc_mode[col] = GMT_ALLOC_INTERNALLY; in gmtlib_assign_segment()
8256 SH->alloc_mode[col] = GMT_ALLOC_INTERNALLY; in gmt_realloc_dataset()
8676 if (IH->alloc_mode == GMT_ALLOC_INTERNALLY) in gmtlib_free_image_ptr()
8680 if (IH->alloc_mode == GMT_ALLOC_INTERNALLY) in gmtlib_free_image_ptr()
8684 if (IH->alloc_mode == GMT_ALLOC_INTERNALLY) { in gmtlib_free_image_ptr()
8752 VH->alloc_mode[col] = GMT_ALLOC_INTERNALLY; in gmtlib_alloc_vectors()
8779 VH->alloc_mode_text = GMT_ALLOC_INTERNALLY; in gmtlib_duplicate_vector()
[all …]
H A Dgmt_api.c2113 MH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_init_matrix()
4485 IH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_expand_index_image()
4667 IH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_import_image()
4695 IH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_import_image()
4760 IH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_import_image()
5161 GH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_import_grid()
5185 GH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_import_grid()
5282 GH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_import_grid()
14347 MH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_dataset2matrix()
14558 MH->alloc_mode = GMT_ALLOC_INTERNALLY; in gmtapi_vector2matrix()
[all …]
H A Dgmt_dcw.c634 SH->alloc_mode[GMT_X] = SH->alloc_mode[GMT_Y] = GMT_ALLOC_INTERNALLY; /* Allocated in GMT */ in gmt_DCW_operation()
H A Dgrdcut.c601 …if (GH->alloc_mode == GMT_ALLOC_INTERNALLY) gmt_M_free_aligned (GMT, G->data); /* Free the grid ar… in GMT_grdcut()
H A Dgmt_plot.c10267 PH->alloc_mode = GMT_ALLOC_INTERNALLY; /* Memory can be freed by GMT. */ in gmtlib_create_ps()
10278 if (PH->alloc_mode == GMT_ALLOC_INTERNALLY) /* Was allocated by GMT */ in gmtlib_free_ps_ptr()
10393 PH->alloc_mode = GMT_ALLOC_INTERNALLY; /* So GMT can free the data array */ in gmtlib_read_ps()
10472 PH->alloc_mode = GMT_ALLOC_INTERNALLY; /* So GMT can free the data array */ in gmtplot_copy_ps()
H A Dgmt_support.c3006 SH->alloc_mode[col] = GMT_ALLOC_INTERNALLY; in gmtsupport_add_decoration()
7578 PH->alloc_mode = GMT_ALLOC_INTERNALLY; /* Memory can be freed by GMT. */ in gmtlib_create_palette()
8088 XH->alloc_mode_text[GMT_CPT_INDEX_LBL] = GMT_ALLOC_INTERNALLY; in gmtlib_read_cpt()
8111 XH->alloc_mode_text[GMT_CPT_INDEX_KEY] = GMT_ALLOC_INTERNALLY; in gmtlib_read_cpt()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dgrdspotter.c684 …if (GH->alloc_mode == GMT_ALLOC_INTERNALLY) gmt_M_free_aligned (GMT, L->data); /* Just free the ar… in GMT_grdspotter()