1FBSD_1.0 { 2 _malloc_options; 3 _malloc_message; 4 malloc; 5 posix_memalign; 6 calloc; 7 realloc; 8 free; 9 malloc_usable_size; 10}; 11 12FBSD_1.3 { 13 malloc_conf; 14 malloc_message; 15 aligned_alloc; 16 malloc_stats_print; 17 mallctl; 18 mallctlnametomib; 19 mallctlbymib; 20 mallocx; 21 rallocx; 22 xallocx; 23 sallocx; 24 dallocx; 25 nallocx; 26 __malloc; 27 __calloc; 28 __realloc; 29 __free; 30 __posix_memalign; 31 __malloc_usable_size; 32 __mallocx; 33 __rallocx; 34 __xallocx; 35 __sallocx; 36 __dallocx; 37 __nallocx; 38}; 39 40FBSD_1.4 { 41 sdallocx; 42 __sdallocx; 43 __aligned_alloc; 44 __malloc_stats_print; 45 __mallctl; 46 __mallctlnametomib; 47 __mallctlbymib; 48}; 49 50FBSDprivate_1.0 { 51 _malloc_thread_cleanup; 52 _malloc_prefork; 53 _malloc_postfork; 54 _malloc_first_thread; 55}; 56