X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_get_memory_allocators.3;h=f68a5265f5111e7096aa79bef8b844d4c11a066c;hb=2a1e29bce497c25fad73b9d74db4a3daf74413b5;hp=13847e67692110fa75641049ba9b2fcd8ee5b37c;hpb=f285e1b3821f56a8983b5ce9fb1a0070e7bb0a1c;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_get_memory_allocators.3 b/docs/man/memcached_get_memory_allocators.3 index 13847e67..f68a5265 100644 --- a/docs/man/memcached_get_memory_allocators.3 +++ b/docs/man/memcached_get_memory_allocators.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_GET_MEMORY_ALLOCATORS" "3" "April 07, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_GET_MEMORY_ALLOCATORS" "3" "April 09, 2011" "0.47" "libmemcached" .SH NAME memcached_get_memory_allocators \- libmemcached Documentation . @@ -41,48 +41,25 @@ C Client Library for memcached (libmemcached, \-lmemcached) .ft C #include -memcached_return_t - memcached_set_memory_allocators (memcached_st *ptr, - memcached_malloc_fn mem_malloc, - memcached_free_fn mem_free, - memcached_realloc_fn mem_realloc, - memcached_calloc_fn mem_calloc, - void *context); +memcached_return_t memcached_set_memory_allocators (memcached_st *ptr, memcached_malloc_fn mem_malloc, memcached_free_fn mem_free, memcached_realloc_fn mem_realloc, memcached_calloc_fn mem_calloc, void *context); -void - memcached_get_memory_allocators (memcached_st *ptr, - memcached_malloc_fn *mem_malloc, - memcached_free_fn *mem_free, - memcached_realloc_fn *mem_realloc, - memcached_calloc_fn *mem_calloc); +void memcached_get_memory_allocators (memcached_st *ptr, memcached_malloc_fn *mem_malloc, memcached_free_fn *mem_free, memcached_realloc_fn *mem_realloc, memcached_calloc_fn *mem_calloc); -void * - memcached_get_memory_allocators_context(const memcached_st *ptr); +void * memcached_get_memory_allocators_context(const memcached_st *ptr); -void * - (*memcached_malloc_fn) (memcached_st *ptr, const size_t size, - void *context); +void * (*memcached_malloc_fn) (memcached_st *ptr, const size_t size, void *context); -void * - (*memcached_realloc_fn) (memcached_st *ptr, void *mem, - const size_t size, - void *context); +void * (*memcached_realloc_fn) (memcached_st *ptr, void *mem, const size_t size, void *context); -void - (*memcached_free_fn) (memcached_st *ptr, void *mem, - void *context); +void (*memcached_free_fn) (memcached_st *ptr, void *mem, void *context); -void * -(*memcached_calloc_fn) (memcached_st *ptr, - size_t nelem, - const size_t elsize, - void *context); +void * (*memcached_calloc_fn) (memcached_st *ptr, size_t nelem, const size_t elsize, void *context); .ft P .fi .SH DESCRIPTION .sp libmemcached(3) allows you to specify your own memory allocators optimized -for your application. +for your application. This enables libmemcached to be used inside of applications that have their own malloc implementation. .sp memcached_set_memory_allocators() is used to set the memory allocators used by the memcached instance specified by ptr. Please note that you cannot @@ -113,17 +90,13 @@ and MEMCACHED_FAILURE if you don\(aqt pass a complete set of function pointers. .sp To find out more information please check: \fI\%https://launchpad.net/libmemcached\fP -.SH AUTHOR -.sp -Trond Norbye, <\fI\%trond.norbye@gmail.com\fP> -Brian Aker, <\fI\%brian@tangent\fP.orf .SH SEE ALSO .sp -memcached(1) libmemcached(3) memcached_get_user_data(3) memcached_set_user_data(3) +\fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT -2011, Brian Aker +2011, Brian Aker DataDifferential, http://datadifferential.com/ .\" Generated by docutils manpage writer. .\" .