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 c43563b commit 46130e9Copy full SHA for 46130e9
opal/mca/rcache/base/rcache_base_vma_tree.c
@@ -132,7 +132,6 @@ mca_rcache_base_vma_item_t *mca_rcache_base_vma_new (mca_rcache_base_vma_module_
132
return vma_item;
133
}
134
135
-/* NTH: this function MUST not allocate or deallocate memory */
136
static void mca_rcache_base_vma_return (mca_rcache_base_vma_module_t *vma_module, mca_rcache_base_vma_item_t *vma_item)
137
{
138
opal_list_item_t *item;
0 commit comments