We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109cc50 commit fa23dd8Copy full SHA for fa23dd8
src/pool/pool_jemalloc.c
@@ -11,6 +11,7 @@
11
#include <string.h>
12
13
#include "base_alloc_global.h"
14
+#include "libumf.h"
15
#include "utils_common.h"
16
#include "utils_concurrency.h"
17
#include "utils_log.h"
@@ -61,6 +62,7 @@ static jemalloc_memory_pool_t *get_pool_by_arena_index(unsigned arena_ind) {
61
62
63
umf_result_t
64
umfJemallocPoolParamsCreate(umf_jemalloc_pool_params_handle_t *hParams) {
65
+ libumfInit();
66
if (!hParams) {
67
LOG_ERR("jemalloc pool params handle is NULL");
68
return UMF_RESULT_ERROR_INVALID_ARGUMENT;
0 commit comments