The Sleuth Kit  4.12.1
Functions
mymalloc.c File Reference

These functions allocate and reallocate memory and set the error handling functions when an error occurs. More...

#include "tsk_base_i.h"
#include <errno.h>

Functions

void * tsk_malloc (size_t len)
 
void * tsk_realloc (void *ptr, size_t len)
 

Detailed Description

These functions allocate and reallocate memory and set the error handling functions when an error occurs.


Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.