My Project
types.h
Go to the documentation of this file.
1 
48 void* XMALLOC(size_t n, void* heap, int type);
49 
96 void* XREALLOC(void *p, size_t n, void* heap, int type);
97 
143 void XFREE(void *p, void* heap, int type);
144 
172 word32 CheckRunTimeSettings(void);
word32 CheckRunTimeSettings(void)
This function checks the compile time class settings. It is important when a user is using a wolfCryp...
void * XREALLOC(void *p, size_t n, void *heap, int type)
This is not actually a function, but rather a preprocessor macro, which allows the user to substitute...
void * XMALLOC(size_t n, void *heap, int type)
This is not actually a function, but rather a preprocessor macro, which allows the user to substitute...
void XFREE(void *p, void *heap, int type)
This is not actually a function, but rather a preprocessor macro, which allows the user to substitute...