实现内存池的测试用例、继承jemalloc和自实现内存池。
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#define KVS_BATCH_MAX 64
|
||||
#define TIME_SUB_MS(tv1, tv2) ((tv1.tv_sec - tv2.tv_sec) * 1000 + (tv1.tv_usec - tv2.tv_usec) / 1000)
|
||||
|
||||
#define PRESP print_response
|
||||
// #define PRESP
|
||||
// #define PRESP print_response
|
||||
#define PRESP
|
||||
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user