Make buffered writer an independent module

This commit is contained in:
Yinan Zhang
2020-01-09 16:36:09 -08:00
parent 6b6b4709b3
commit 6d8e616902
13 changed files with 76 additions and 57 deletions

View File

@@ -1,5 +1,7 @@
#include "test/jemalloc_test.h"
#include "jemalloc/internal/buf_writer.h"
#define TEST_BUF_SIZE 16
#define UNIT_MAX (TEST_BUF_SIZE * 3)