Changeset: 350d4f46144a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/350d4f46144a
Modified Files:
gdk/gdk_system.c
Branch: resource_management
Log Message:
add missing allocator creation
diffs (11 lines):
diff --git a/gdk/gdk_system.c b/gdk/gdk_system.c
--- a/gdk/gdk_system.c
+++ b/gdk/gdk_system.c
@@ -454,6 +454,7 @@ MT_thread_register(void)
.semawait = ATOMIC_PTR_VAR_INIT(NULL),
};
snprintf(self->threadname, sizeof(self->threadname), "foreign %zu",
self->tid);
+ self->ma = create_allocator(NULL, self->threadname, false),
thread_setself(self);
thread_lock();
self->next = mtthreads;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]