gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
MallocUtils.h File Reference
#include <stdlib.h>
Include dependency graph for MallocUtils.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ Calloc()

void* Calloc ( size_t  num,
size_t  size 
)

Definition at line 22 of file MallocUtils.cpp.

Here is the call graph for this function:

◆ Free()

◆ Malloc()

◆ Realloc()

void* Realloc ( void *  ptr,
size_t  size 
)

Definition at line 32 of file MallocUtils.cpp.

Referenced by List_Realloc().

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