Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
kaa_mem.h File Reference
#include <platform/mem.h>

Go to the source code of this file.

Macros

#define KAA_MALLOC(S)   __KAA_MALLOC(S)
 
#define KAA_CALLOC(N, S)   __KAA_CALLOC(N,S)
 
#define KAA_REALLOC(P, S)   __KAA_REALLOC(P,S)
 
#define KAA_FREE(P)   __KAA_FREE(P)
 

Macro Definition Documentation

#define KAA_CALLOC (   N,
 
)    __KAA_CALLOC(N,S)
#define KAA_FREE (   P)    __KAA_FREE(P)
#define KAA_MALLOC (   S)    __KAA_MALLOC(S)
#define KAA_REALLOC (   P,
 
)    __KAA_REALLOC(P,S)