Searched defs:myValueSize (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dmalloc.c1133 void radar10978247(int myValueSize) { argument
1137 if (myValueSize <= sizeof(stackBuffer))
1140 buffer = malloc(myValueSize);
1147 void radar10978247_positive(int myValueSize) { argument
1151 if (myValueSize <= sizeof(stackBuffer))
1154 buffer = malloc(myValueSize);

Completed in 52 milliseconds