Flip call (NULL is more common). Also add in helgrind and fix calloc.
[awesomized/libmemcached] / docs / memcached_callback.pod
index 5aa2e3b491812f77c3ce8f925f25ef1487b241d9..a11f9585deac8a108c2f8f075e32d11a610b0c3e 100644 (file)
@@ -65,6 +65,7 @@ will copy the pointer to the clone.
 =item  MEMCACHED_CALLBACK_MALLOC_FUNCTION
 
 This alllows yout to pass in a customized version of malloc that will be used instead of the builtin malloc(3) call.
+Your malloc must zero all memory.
 The prototype for this is:
 
 void *(*memcached_malloc_function)(memcached_st *ptr, const size_t size);