HomeSort by relevance Sort by last modified time
    Searched refs:bad_alloc (Results 26 - 40 of 40) sorted by null

12

  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 71 catch (bad_alloc const&) {
75 //Not bad_alloc exception thrown.
stack_allocator.h 7 //For bad_alloc:
100 throw __STD bad_alloc();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 655 _M_get(size_t __sz) throw(std::bad_alloc);
758 * @throw std::bad_alloc. If memory can not be allocated.
767 _S_refill_pool() throw(std::bad_alloc)
814 * @throw std::bad_alloc. If memory can not be allocated.
825 _M_allocate_single_object() throw(std::bad_alloc)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 655 _M_get(size_t __sz) throw(std::bad_alloc);
758 * @throw std::bad_alloc. If memory can not be allocated.
767 _S_refill_pool() throw(std::bad_alloc)
814 * @throw std::bad_alloc. If memory can not be allocated.
825 _M_allocate_single_object() throw(std::bad_alloc)
  /external/stlport/test/unit/
stack_allocator.h 7 //For bad_alloc:
100 throw __STD bad_alloc();
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 7 //For bad_alloc:
100 throw __STD bad_alloc();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 674 _M_get(size_t __sz) throw(std::bad_alloc);
773 * @throw std::bad_alloc. If memory can not be allocated.
782 _S_refill_pool() throw(std::bad_alloc)
835 * @throw std::bad_alloc. If memory can not be allocated.
846 _M_allocate_single_object() throw(std::bad_alloc)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 674 _M_get(size_t __sz) throw(std::bad_alloc);
773 * @throw std::bad_alloc. If memory can not be allocated.
782 _S_refill_pool() throw(std::bad_alloc)
835 * @throw std::bad_alloc. If memory can not be allocated.
846 _M_allocate_single_object() throw(std::bad_alloc)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 674 _M_get(size_t __sz) throw(std::bad_alloc);
773 * @throw std::bad_alloc. If memory can not be allocated.
782 _S_refill_pool() throw(std::bad_alloc)
835 * @throw std::bad_alloc. If memory can not be allocated.
846 _M_allocate_single_object() throw(std::bad_alloc)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 674 _M_get(size_t __sz) throw(std::bad_alloc);
773 * @throw std::bad_alloc. If memory can not be allocated.
782 _S_refill_pool() throw(std::bad_alloc)
835 * @throw std::bad_alloc. If memory can not be allocated.
846 _M_allocate_single_object() throw(std::bad_alloc)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 674 _M_get(size_t __sz) throw(std::bad_alloc);
773 * @throw std::bad_alloc. If memory can not be allocated.
782 _S_refill_pool() throw(std::bad_alloc)
835 * @throw std::bad_alloc. If memory can not be allocated.
846 _M_allocate_single_object() throw(std::bad_alloc)
  /external/chromium/base/allocator/
allocator_unittests.cc 297 throw std::bad_alloc();
  /external/stlport/src/
allocators.cpp 398 catch (const _STLP_STD::bad_alloc&) {
596 catch (const bad_alloc&) {
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 398 catch (const _STLP_STD::bad_alloc&) {
596 catch (const bad_alloc&) {
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]

Completed in 3866 milliseconds

12