Use talloc for all memory pool (#1263)

This commit is contained in:
Sukchan Lee
2022-01-04 08:29:18 +09:00
parent 49d9ed03c7
commit b988e7edce
768 changed files with 4632 additions and 4901 deletions

View File

@@ -24,6 +24,8 @@
#define OGS_CORE_INSIDE
#define OGS_USE_TALLOC 1
#include "core/ogs-compat.h"
#include "core/ogs-macros.h"
#include "core/ogs-list.h"