• Home
  • Raw
  • Download

Lines Matching full:prefixed

9 -    #[cfg_attr(prefixed, link_name = "_rjem_malloc")]
10 + #[cfg_attr(prefixed, link_name = "je_malloc")]
18 - #[cfg_attr(prefixed, link_name = "_rjem_calloc")]
19 + #[cfg_attr(prefixed, link_name = "je_calloc")]
27 - #[cfg_attr(prefixed, link_name = "_rjem_posix_memalign")]
28 + #[cfg_attr(prefixed, link_name = "je_posix_memalign")]
36 - #[cfg_attr(prefixed, link_name = "_rjem_aligned_alloc")]
37 + #[cfg_attr(prefixed, link_name = "je_aligned_alloc")]
45 - #[cfg_attr(prefixed, link_name = "_rjem_realloc")]
46 + #[cfg_attr(prefixed, link_name = "je_realloc")]
54 - #[cfg_attr(prefixed, link_name = "_rjem_free")]
55 + #[cfg_attr(prefixed, link_name = "je_free")]
63 - #[cfg_attr(prefixed, link_name = "_rjem_mallocx")]
64 + #[cfg_attr(prefixed, link_name = "je_mallocx")]
72 - #[cfg_attr(prefixed, link_name = "_rjem_rallocx")]
73 + #[cfg_attr(prefixed, link_name = "je_rallocx")]
81 - #[cfg_attr(prefixed, link_name = "_rjem_xallocx")]
82 + #[cfg_attr(prefixed, link_name = "je_xallocx")]
90 - #[cfg_attr(prefixed, link_name = "_rjem_sallocx")]
91 + #[cfg_attr(prefixed, link_name = "je_sallocx")]
99 - #[cfg_attr(prefixed, link_name = "_rjem_dallocx")]
100 + #[cfg_attr(prefixed, link_name = "je_dallocx")]
108 - #[cfg_attr(prefixed, link_name = "_rjem_sdallocx")]
109 + #[cfg_attr(prefixed, link_name = "je_sdallocx")]
117 - #[cfg_attr(prefixed, link_name = "_rjem_nallocx")]
118 + #[cfg_attr(prefixed, link_name = "je_nallocx")]
126 - #[cfg_attr(prefixed, link_name = "_rjem_malloc_usable_size")]
127 + #[cfg_attr(prefixed, link_name = "je_malloc_usable_size")]
135 - #[cfg_attr(prefixed, link_name = "_rjem_mallctl")]
136 + #[cfg_attr(prefixed, link_name = "je_mallctl")]
144 - #[cfg_attr(prefixed, link_name = "_rjem_mallctlnametomib")]
145 + #[cfg_attr(prefixed, link_name = "je_mallctlnametomib")]
149 - #[cfg_attr(prefixed, link_name = "_rjem_mallctlbymib")]
150 + #[cfg_attr(prefixed, link_name = "je_mallctlbymib")]
158 - #[cfg_attr(prefixed, link_name = "_rjem_malloc_stats_print")]
159 + #[cfg_attr(prefixed, link_name = "je_malloc_stats_print")]
167 - #[cfg_attr(prefixed, link_name = "_rjem_malloc_message")]
168 + #[cfg_attr(prefixed, link_name = "je_malloc_message")]
176 - #[cfg_attr(prefixed, link_name = "_rjem_malloc_conf")]
177 + #[cfg_attr(prefixed, link_name = "je_malloc_conf")]