Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
econais_ec19d_mem.h File Reference
#include <sndc_mem_api.h>

Go to the source code of this file.

Macros

#define __KAA_MALLOC(S)   sndc_mem_malloc(S)
 
#define __KAA_CALLOC(N, S)   sndc_mem_calloc(N, S)
 
#define __KAA_REALLOC(P, S)   sndc_mem_realloc(P, S)
 
#define __KAA_FREE(P)   sndc_mem_free(P)
 

Macro Definition Documentation

#define __KAA_CALLOC (   N,
 
)    sndc_mem_calloc(N, S)
#define __KAA_FREE (   P)    sndc_mem_free(P)
#define __KAA_MALLOC (   S)    sndc_mem_malloc(S)
#define __KAA_REALLOC (   P,
 
)    sndc_mem_realloc(P, S)