OpenMPI  0.1.1
rename.h
1 /*
2  * Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
3  * $COPYRIGHT$
4  *
5  * Additional copyrights may follow
6  *
7  * $HEADER$
8  */
9 
10 /* Name-shift all the internal ptmalloc22 symbols to guarantee to not
11  conflict / confuse / override the internal glibc symbols. */
12 
13 #define __default_morecore opal_memory_ptmalloc2_default_morecore
14 
15 #define _int_malloc opal_memory_ptmalloc2_int_malloc
16 #define _int_free opal_memory_ptmalloc2_int_free
17 #define _int_realloc opal_memory_ptmalloc2_int_realloc
18 #define _int_memalign opal_memory_ptmalloc2_int_memalign
19 #define _int_valloc opal_memory_ptmalloc2_int_valloc
20 #define _int_pvalloc opal_memory_ptmalloc2_int_pvalloc
21 #define _int_icalloc opal_memory_ptmalloc2_int_icalloc
22 #define _int_icomalloc opal_memory_ptmalloc2_int_icomalloc
23 
24 #define mTRIm opal_memory_ptmalloc2_mTRIm
25 #define mUSABLe opal_memory_ptmalloc2_mUSABLe
26 #define mALLOPt opal_memory_ptmalloc2_mALLOPt
27 
28 #define mem2mem_check opal_memory_ptmalloc2_mem2mem_check
29 #define top_check opal_memory_ptmalloc2_top_check
30 #define munmap_chunk opal_memory_ptmalloc2_munmap_chunk
31 #define mremap_chunk opal_memory_ptmalloc2_mremap_chunk
32 
33 #define malloc_check opal_memory_ptmalloc2_malloc_check
34 #define free_check opal_memory_ptmalloc2_free_check
35 #define realloc_check opal_memory_ptmalloc2_realloc_check
36 #define memalign_check opal_memory_ptmalloc2_memalign_check
37 
38 #define malloc_starter opal_memory_ptmalloc2_malloc_starter
39 #define memalign_starter opal_memory_ptmalloc2_memalign_starter
40 #define free_starter opal_memory_ptmalloc2_free_starter
41 
42 #define malloc_atfork opal_memory_ptmalloc2_malloc_atfork
43 #define free_atfork opal_memory_ptmalloc2_free_atfork
44 
45 #define _int_get_arena opal_memory_ptmalloc2_int_get_arena
46 #define _int_get_arena_info opal_memory_ptmalloc2_int_get_arena_info
47 #define _int_get_global_info opal_memory_ptmalloc2_int_get_global_info
48 #define _int_new_arena opal_memory_ptmalloc2_int_new_arena
49 #define __malloc_check_init opal_memory_ptmalloc2_malloc_check_init
50 #define malloc_stats opal_memory_ptmalloc2_malloc_stats
51 
52 #define posix_memalign opal_memory_ptmalloc2_posix_memalign