[-]
[+]
|
Changed |
memcached-1.4.1.tar.gz/memcached.h
|
@@ -66,7 +66,7 @@
/* Slab sizing definitions. */
#define POWER_SMALLEST 1
-#define POWER_LARGEST 200
+#define POWER_LARGEST 21
#define POWER_BLOCK 16777216
#define CHUNK_ALIGN_BYTES 8
#define DONT_PREALLOC_SLABS
|
[-]
[+]
|
Changed |
memcached-1.4.1.tar.gz/memcached.h~
^
|
@@ -33,7 +33,6 @@
#define UDP_MAX_PAYLOAD_SIZE 1400
#define UDP_HEADER_SIZE 8
#define MAX_SENDBUF_SIZE (256 * 1024 * 1024)
-#define USE_SYSTEM_MALLOC
/* I'm told the max length of a 64-bit num converted to string is 20 bytes.
* Plus a few for spaces, \r\n, \0 */
#define SUFFIX_SIZE 24
|