X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_memory_allocators.rst;h=f3fef087da260a02179a6d82ef74441e958f98a8;hb=43032f572a83233b5183ed6989921efe930aa719;hp=7cd89122d9035e282ab083c3f348e92c62b1f79c;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_memory_allocators.rst b/docs/source/libmemcached/memcached_memory_allocators.rst index 7cd89122..f3fef087 100644 --- a/docs/source/libmemcached/memcached_memory_allocators.rst +++ b/docs/source/libmemcached/memcached_memory_allocators.rst @@ -1,4 +1,3 @@ -======================================== Use custom allocators for embedded usage ======================================== @@ -6,7 +5,6 @@ Use custom allocators for embedded usage Manage memory allocator functions --------- SYNOPSIS -------- @@ -28,7 +26,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- @@ -52,7 +49,6 @@ The first argument to the memory allocator functions is a pointer to a memcached structure, the is passed as const and you will need to clone it in order to make use of any operation which would modify it. ------ NOTES ----- @@ -60,7 +56,6 @@ In version 0.38 all functions were modified to have a context void pointer passed to them. This was so that customer allocators could have their own space for memory. ------- RETURN ------ @@ -68,7 +63,6 @@ RETURN upon success, and `MEMCACHED_FAILURE` if you don't pass a complete set of function pointers. --------- SEE ALSO --------