|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|

Go to the source code of this file.
Functions | |
| void * | Malloc (size_t size) |
| void * | Calloc (size_t num, size_t size) |
| void * | Realloc (void *ptr, size_t size) |
| void | Free (void *ptr) |
| void* Calloc | ( | size_t | num, |
| size_t | size | ||
| ) |
| void Free | ( | void * | ptr | ) |
Definition at line 40 of file MallocUtils.cpp.
Referenced by create_gif(), create_yuv(), freeLink(), List_Delete(), ppm_freecolorhash(), ppm_freecolorhist(), treat_Struct_FullName_dot_tSTRING_Float(), treat_Struct_FullName_dot_tSTRING_Float_getDim(), treat_Struct_FullName_dot_tSTRING_ListOfFloat(), treat_Struct_FullName_dot_tSTRING_ListOfString(), treat_Struct_FullName_dot_tSTRING_String(), treat_Struct_FullName_Float(), treat_Struct_FullName_String(), Tree_Delete(), and Tree_Suppress().

| void* Malloc | ( | size_t | size | ) |
Definition at line 12 of file MallocUtils.cpp.
Referenced by create_gif(), create_yuv(), gmshViewGetModelData(), List_Create(), List_Realloc(), ppm_addtocolorhash(), ppm_alloccolorhash(), ppm_colorhashtocolorhist(), ppm_colorhisttocolorhash(), ppm_computecolorhash(), treat_Struct_FullName_dot_tSTRING_String(), treat_Struct_FullName_String(), Tree_Add(), and Tree_Create().


| void* Realloc | ( | void * | ptr, |
| size_t | size | ||
| ) |
Definition at line 32 of file MallocUtils.cpp.
Referenced by List_Realloc().

