Searched refs:buff_size (Results 1 – 1 of 1) sorted by relevance
3744 size_t buff_size = (cnt < cnt_max && cnt < 0xFFFFFFFF-1) ? in applyStyle() local3746 curEntries = (theme_entry*)malloc(buff_size); in applyStyle()3747 memset(curEntries, Res_value::TYPE_NULL, buff_size); in applyStyle()