Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_script.cpp1257 int* tMemoryEater = new int[999999999]; in execute_error_script() local
1259 if (!tMemoryEater) { in execute_error_script()
1263 delete tMemoryEater; in execute_error_script()
Dcamera_test_menu.cpp2183 int* tMemoryEater = new int[999999999]; in error_scenario() local
2185 if (!tMemoryEater) { in error_scenario()
2189 delete tMemoryEater; in error_scenario()