Home
last modified time | relevance | path

Searched refs:buff_size (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3546 size_t buff_size = (cnt < cnt_max && cnt < 0xFFFFFFFF-1) ? in applyStyle() local
3548 curEntries = (theme_entry*)malloc(buff_size); in applyStyle()
3549 memset(curEntries, Res_value::TYPE_NULL, buff_size); in applyStyle()