HomeSort by relevance Sort by last modified time
    Searched refs:large_size (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 340 struct large_size { char c[256]; }; struct in namespace:boost::exception_detail
341 large_size dispatch_boost_exception( exception const * );
351 enable_error_info_helper<T,sizeof(large_size)>
  /external/v8/test/cctest/
test-heap.cc 943 int large_size = Page::kMaxRegularHeapObjectSize + 1; local
944 char* str = new char[large_size];
945 for (int i = 0; i < large_size - 1; ++i) str[i] = 'a';
946 str[large_size - 1] = '\0';
    [all...]

Completed in 89 milliseconds