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