Added MEMCACHED_BEHAVIOR_KETAMA_COMPAT_MODE
[awesomized/libmemcached] / docs / memcached_memory_allocators.pod
index b2ac84cb9eb2053c943a91004bf3e6c4228afecd..72fb1259484990e3b88993430c9b8917c2acdab9 100644 (file)
@@ -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, E<lt>trond.norbye@sun.comE<gt>
 
 =head1 SEE ALSO
 
-memcached(1) libmemcached(3)
+memcached(1) libmemcached(3) memcached_get_user_data(3) memcached_set_user_data(3)
 
 =cut