1
1
openmpi/src/win32/generated_include/allocator_static-components.h

21 строка
594 B
C
Исходник Обычный вид История

/*
* Copyright (c) 2004-2005 The Trustees of Indiana University.
* All rights reserved.
* Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
* All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
extern const mca_base_component_t mca_allocator_bucket_component;
extern const mca_base_component_t mca_allocator_basic_component;
const mca_base_component_t *mca_allocator_base_static_components[] = {
&mca_allocator_bucket_component,
&mca_allocator_basic_component,
NULL
};