c-template
safe_mem.c File Reference
#include <stdlib.h>
#include <stdbool.h>
#include "../../include/utils/safe_mem.h"
Include dependency graph for safe_mem.c:

Go to the source code of this file.

Functions

int free_memory_object_data (memory_object *obj)
 
memory_object new_memory_object (void *input)
 

Function Documentation

◆ free_memory_object_data()

int free_memory_object_data ( memory_object obj)

Definition at line 11 of file safe_mem.c.

Here is the caller graph for this function:

◆ new_memory_object()

memory_object new_memory_object ( void *  input)

Definition at line 30 of file safe_mem.c.

Here is the caller graph for this function: