Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c1648 size_t n_alloc = 0, n_x_alloc = 0, n_t_alloc = 0; in map_wesn_clip() local
1729 x_index = gmt_M_malloc (GMT, NULL, GMT_TINY_CHUNK, &n_x_alloc, uint64_t); in map_wesn_clip()
1781 if (++n_cross == n_x_alloc) { in map_wesn_clip()
1782 x_index = gmt_M_malloc (GMT, x_index, n_cross, &n_x_alloc, uint64_t); in map_wesn_clip()