Searched refs:stats_size_bytes (Results 1 – 1 of 1) sorted by relevance
134 size_t stats_size_bytes = 0; in stat_alloc() local152 stats_size_bytes = op.params[1].tmpref.size; in stat_alloc()153 if (stats_size_bytes % sizeof(*stats)) in stat_alloc()156 stats_size_bytes, sizeof(*stats)); in stat_alloc()157 stats = calloc(1, stats_size_bytes); in stat_alloc()230 size_t stats_size_bytes = 0; in stat_loaded_ta() local249 if (stats_size_bytes == 0) { in stat_loaded_ta()254 if (stats_size_bytes % sizeof(*stats)) in stat_loaded_ta()257 stats_size_bytes, sizeof(*stats)); in stat_loaded_ta()260 stats_size_bytes += 2 * sizeof(*stats); in stat_loaded_ta()[all …]
Completed in 3 milliseconds