sds size classes - memory optimization

This commit is contained in:
Oran Agra
2015-04-09 10:37:01 +03:00
committed by antirez
parent 0f64080dcb
commit f15df8ba5d
8 changed files with 363 additions and 138 deletions

View File

@ -46,8 +46,8 @@
#include <limits.h>
#include <math.h>
#include "hiredis.h"
#include "sds.h"
#include <hiredis.h>
#include <sds.h> /* use sds.h from hiredis, so that only one set of sds functions will be present in the binary */
#include "zmalloc.h"
#include "linenoise.h"
#include "help.h"