FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_mem_util.c File Reference
#include "hecmw_vis_mem_util.h"
#include <stdio.h>
#include <stdlib.h>
#include "hecmw_util.h"
Include dependency graph for hecmw_vis_mem_util.c:

Go to the source code of this file.

Functions

void HECMW_vis_memory_exit (char *var)
 
void HECMW_vis_print_exit (char *var)
 
void mfree (void *pointer)
 
Pointalloc_verts (int num)
 
Polygonalloc_polygons (int num)
 

Function Documentation

◆ alloc_polygons()

Polygon* alloc_polygons ( int  num)

Definition at line 51 of file hecmw_vis_mem_util.c.

◆ alloc_verts()

Point* alloc_verts ( int  num)

Definition at line 32 of file hecmw_vis_mem_util.c.

Here is the caller graph for this function:

◆ HECMW_vis_memory_exit()

void HECMW_vis_memory_exit ( char *  var)

Definition at line 12 of file hecmw_vis_mem_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_vis_print_exit()

void HECMW_vis_print_exit ( char *  var)

Definition at line 21 of file hecmw_vis_mem_util.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mfree()

void mfree ( void *  pointer)

Definition at line 27 of file hecmw_vis_mem_util.c.