Home
last modified time | relevance | path

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

/libnativehelper/
DExpandableString.c34 size_t requiredSize = s->dataSize + textSize + 1; in ExpandableStringAppend() local
35 char* data = (char*) realloc(s->data, requiredSize); in ExpandableStringAppend()
/libnativehelper/tests/
DExpandableString_test.cpp85 size_t requiredSize = pad.size() + i * step + 1u; in TEST_P() local
86 EXPECT_GE(expandableString.dataSize, requiredSize); in TEST_P()
/libnativehelper/include/nativehelper/
DJNIHelp.h68 size_t requiredSize = s->dataSize + textSize + 1; in ExpandableStringAppend() local
69 char* data = (char*)realloc(s->data, requiredSize); in ExpandableStringAppend()