client-c  0.7.0
kaa_mem.h File Reference
#include "../platform/mem.h"
+ Include dependency graph for kaa_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_FREE(P)   __KAA_FREE(P)
 

Macro Definition Documentation

#define KAA_CALLOC (   N,
 
)    __KAA_CALLOC(N,S)

Definition at line 47 of file kaa_mem.h.

#define KAA_FREE (   P)    __KAA_FREE(P)

Definition at line 48 of file kaa_mem.h.

#define KAA_MALLOC (   S)    __KAA_MALLOC(S)

Definition at line 46 of file kaa_mem.h.