root/oshmem/mca/memheap/buddy/memheap_buddy_component.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2013      Mellanox Technologies, Inc.
   3  *                         All rights reserved.
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 /**
  11  *  @file
  12  */
  13 
  14 #ifndef MCA_MEMHEAP_BUDDY_COMPONENT_H
  15 #define MCA_MEMHEAP_BUDDY_COMPONENT_H
  16 
  17 BEGIN_C_DECLS
  18 
  19 /*
  20  * MEMHEAP module functions.
  21  */
  22 OSHMEM_MODULE_DECLSPEC extern mca_memheap_base_component_2_0_0_t mca_memheap_buddy_component;
  23 
  24 END_C_DECLS
  25 
  26 #endif

/* [<][>][^][v][top][bottom][index][help] */