| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bin.h | 14 typedef struct bin_s bin_t; typedef in typeref:struct:bin_s 16 /* All operations on bin_t fields require lock ownership. */ 48 bin_t *bin_shards; 56 bool bin_init(bin_t *bin); 59 void bin_prefork(tsdn_t *tsdn, bin_t *bin); 60 void bin_postfork_parent(tsdn_t *tsdn, bin_t *bin); 61 void bin_postfork_child(tsdn_t *tsdn, bin_t *bin); 65 bin_stats_merge(tsdn_t *tsdn, bin_stats_data_t *dst_bin_stats, bin_t *bin) {
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bin.h | 14 typedef struct bin_s bin_t; typedef in typeref:struct:bin_s 16 /* All operations on bin_t fields require lock ownership. */ 48 bin_t *bin_shards; 56 bool bin_init(bin_t *bin); 59 void bin_prefork(tsdn_t *tsdn, bin_t *bin); 60 void bin_postfork_parent(tsdn_t *tsdn, bin_t *bin); 61 void bin_postfork_child(tsdn_t *tsdn, bin_t *bin); 65 bin_stats_merge(tsdn_t *tsdn, bin_stats_data_t *dst_bin_stats, bin_t *bin) {
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| bin.h | 54 typedef struct bin_s bin_t; typedef in typeref:struct:bin_s 56 /* All operations on bin_t fields require lock ownership. */ 82 bool bin_init(bin_t *bin); 85 void bin_prefork(tsdn_t *tsdn, bin_t *bin); 86 void bin_postfork_parent(tsdn_t *tsdn, bin_t *bin); 87 void bin_postfork_child(tsdn_t *tsdn, bin_t *bin); 91 bin_stats_merge(tsdn_t *tsdn, bin_stats_t *dst_bin_stats, bin_t *bin) {
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| bin.h | 54 typedef struct bin_s bin_t; typedef in typeref:struct:bin_s 56 /* All operations on bin_t fields require lock ownership. */ 82 bool bin_init(bin_t *bin); 85 void bin_prefork(tsdn_t *tsdn, bin_t *bin); 86 void bin_postfork_parent(tsdn_t *tsdn, bin_t *bin); 87 void bin_postfork_child(tsdn_t *tsdn, bin_t *bin); 91 bin_stats_merge(tsdn_t *tsdn, bin_stats_t *dst_bin_stats, bin_t *bin) {
|