Alternative malloc that checks for memory corruption. More...
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void * | wolframe_malloc (size_t size) |
void * | wolframe_calloc (size_t size, size_t esize) |
void | wolframe_free (void *ptr) |
void * | wolframe_realloc (void *ptr, size_t size) |
Alternative malloc that checks for memory corruption.
void* wolframe_calloc | ( | size_t | size, |
size_t | esize | ||
) |
void wolframe_free | ( | void * | ptr | ) |
void* wolframe_malloc | ( | size_t | size | ) |
void* wolframe_realloc | ( | void * | ptr, |
size_t | size | ||
) |
Copyright © 2014 - Project Wolframe - All Rights Reserved