Home
last modified time | relevance | path

Searched defs:big (Results 1 – 4 of 4) sorted by relevance

/system/uapp/crasher/
A Dcpp_specific.cpp15 auto big = new BigStruct; in cpp_out_of_mem() local
/system/utest/launchpad/
A Dlaunchpad.cpp94 char* big = static_cast<char*>(malloc(size + 3)); in run_one_argument_size_test() local
/system/utest/fit/
A Dfunction_tests.cpp482 auto big = [big = Big(), x = 1] { (void)x; }; in sized_function_size_bounds() local
521 auto big = [big = Big(), x = 1] { (void)x; }; in inline_function_size_bounds() local
/system/utest/fbl/
A Dfunction_tests.cpp486 auto big = [ big = Big(), x = 1 ] { (void)x; }; in sized_function_size_bounds() local
525 auto big = [ big = Big(), x = 1 ] { (void)x; }; in inline_function_size_bounds() local

Completed in 12 milliseconds