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 ecd206d commit 00c2194Copy full SHA for 00c2194
opal/mca/rcache/base/rcache_base_vma.c
@@ -39,7 +39,10 @@
39
40
static void mca_rcache_base_vma_module_construct(mca_rcache_base_vma_module_t *vma_module)
41
{
42
+ OBJ_CONSTRUCT(&vma_module->vma_list, opal_list_t);
43
+ OBJ_CONSTRUCT(&vma_module->vma_gc_lifo, opal_lifo_t);
44
OBJ_CONSTRUCT(&vma_module->vma_lock, opal_recursive_mutex_t);
45
+ vma_module->reg_cur_cache_size = 0;
46
(void) mca_rcache_base_vma_tree_init(vma_module);
47
}
48
0 commit comments