FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
malloc_info Struct Reference
Collaboration diagram for malloc_info:

Data Fields

void * ptr
 
size_t size
 
char * file
 
int line
 
struct malloc_infonext
 

Detailed Description

Definition at line 14 of file hecmw_malloc.c.

Field Documentation

◆ file

char* malloc_info::file

Definition at line 20 of file hecmw_malloc.c.

◆ line

int malloc_info::line

Definition at line 21 of file hecmw_malloc.c.

◆ next

struct malloc_info* malloc_info::next

Definition at line 22 of file hecmw_malloc.c.

◆ ptr

void* malloc_info::ptr

Definition at line 18 of file hecmw_malloc.c.

◆ size

size_t malloc_info::size

Definition at line 19 of file hecmw_malloc.c.


The documentation for this struct was generated from the following file: