X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_memory_allocators.pod;h=5d6d00ae6cce0a8aac99e256937d0432385c4629;hb=921abbe1906e77cc18cbe8859bc5afe9494d780e;hp=b2ac84cb9eb2053c943a91004bf3e6c4228afecd;hpb=24240a9d5478d0e840d9246df44be38c63461f90;p=m6w6%2Flibmemcached diff --git a/docs/memcached_memory_allocators.pod b/docs/memcached_memory_allocators.pod index b2ac84cb..5d6d00ae 100644 --- a/docs/memcached_memory_allocators.pod +++ b/docs/memcached_memory_allocators.pod @@ -46,6 +46,11 @@ all functions to reset them to the default values. memcached_get_memory_allocators() is used to get the currently used memory allocators by a mamcached handle. +The first argument to the memory allocator functions is a pointer to a +memcached structure, and you may use the memcached_set_user_data() and +memcached_get_user_data() to store a user-specific value to each memcached +structure. + =head1 RETURN memcached_set_memory_allocators() return MEMCACHED_SUCCESS upon success, @@ -62,7 +67,7 @@ Trond Norbye, Etrond.norbye@sun.comE =head1 SEE ALSO -memcached(1) libmemcached(3) +memcached(1) libmemcached(3) memcached_get_user_data(3) memcached_set_user_data(3) =cut