2 * Summary: Internal functions used by the library. Not for public use!
3 * Copy: See Copyright for the status of this software.
8 #if !defined(MEMCACHED_INTERNAL_H) && defined(MEMCACHED_INTERNAL)
9 #define MEMCACHED_INTERNAL_H
15 void libmemcached_free(memcached_st
*ptr
__attribute__((unused
)), void *mem
);
16 void *libmemcached_malloc(memcached_st
*ptr
__attribute__((unused
)),
18 void *libmemcached_realloc(memcached_st
*ptr
__attribute__((unused
)),
19 void *mem
, const size_t size
);
20 void *libmemcached_calloc(memcached_st
*ptr
__attribute__((unused
)),
21 size_t nelem
, size_t size
);
26 #endif /* MEMCACHED_INTERNAL_H */