client-c  0.7.0
posix_mem.h File Reference
#include <stdlib.h>
+ Include dependency graph for posix_mem.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __KAA_MALLOC(S)   malloc(S)
 
#define __KAA_CALLOC(N, S)   calloc(N, S)
 
#define __KAA_FREE(P)   free(P)
 

Macro Definition Documentation

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

Definition at line 27 of file posix_mem.h.

#define __KAA_FREE (   P)    free(P)

Definition at line 31 of file posix_mem.h.

#define __KAA_MALLOC (   S)    malloc(S)

Definition at line 23 of file posix_mem.h.