CryptoAuthLib
Atmel CryptoAuthentication Library
|
Go to the source code of this file.
Macros | |
#define | malloc unity_malloc |
#define | calloc unity_calloc |
#define | realloc unity_realloc |
#define | free unity_free |
Functions | |
void * | unity_malloc (size_t size) |
void * | unity_calloc (size_t num, size_t size) |
void * | unity_realloc (void *oldMem, size_t size) |
void | unity_free (void *mem) |
#define calloc unity_calloc |
#define free unity_free |
#define malloc unity_malloc |
#define realloc unity_realloc |
void* unity_calloc | ( | size_t | num, |
size_t | size | ||
) |
void unity_free | ( | void * | mem | ) |
void* unity_malloc | ( | size_t | size | ) |
void* unity_realloc | ( | void * | oldMem, |
size_t | size | ||
) |