X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fmemcached_memory_allocators.pod;h=72fb1259484990e3b88993430c9b8917c2acdab9;hb=90a467967e3bc3a0508044e74ef9cf7b811ab095;hp=b2ac84cb9eb2053c943a91004bf3e6c4228afecd;hpb=24240a9d5478d0e840d9246df44be38c63461f90;p=awesomized%2Flibmemcached diff --git a/docs/memcached_memory_allocators.pod b/docs/memcached_memory_allocators.pod index b2ac84cb..72fb1259 100644 --- a/docs/memcached_memory_allocators.pod +++ b/docs/memcached_memory_allocators.pod @@ -1,6 +1,6 @@ =head1 NAME -memcached_set_memory_allocators, memcached_get_memory_allocators +memcached_set_memory_allocators, memcached_get_memory_allocators - Manage memory allocator functions =head1 LIBRARY @@ -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