Extract tor_malloc and friends to a new module.

This commit is contained in:
Nick Mathewson
2018-06-21 15:17:54 -04:00
parent eb784aa9ea
commit e066966bf4
11 changed files with 352 additions and 281 deletions
+1 -1
View File
@@ -8,6 +8,7 @@
#define COMPAT_TIME_PRIVATE
#define CONTROL_PRIVATE
#define UTIL_PRIVATE
#define UTIL_MALLOC_PRIVATE
#include "or/or.h"
#include "common/buffers.h"
#include "or/config.h"
@@ -6316,4 +6317,3 @@ struct testcase_t util_tests[] = {
UTIL_TEST(get_unquoted_path, 0),
END_OF_TESTCASES
};