HomeSort by relevance Sort by last modified time
    Searched full:nothrow_t (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/valgrind/main/massif/tests/
deep-C.stderr.exp 14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
peak2.stderr.exp 14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
culling1.stderr.exp 14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
culling2.stderr.exp 14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
delete.cc 47 operator delete(void* ptr, const std::nothrow_t &)
54 operator delete[](void* ptr, const std::nothrow_t &nt)
new.cc 52 operator new(std::size_t size, const std::nothrow_t&)
58 operator new[](std::size_t size, const std::nothrow_t& nt)
  /external/stlport/stlport/stl/
_new.h 66 struct nothrow_t {}; struct
67 # define nothrow nothrow_t()
97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 66 struct nothrow_t {}; struct
67 # define nothrow nothrow_t()
97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_new.h 66 struct nothrow_t {}; struct
67 # define nothrow nothrow_t()
97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_new.h 66 struct nothrow_t {}; struct
67 # define nothrow nothrow_t()
97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_new.h 66 struct nothrow_t {}; struct
67 # define nothrow nothrow_t()
97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 74 static inline void* operator new(size_t s, const std::nothrow_t&) throw() { return fastMalloc(s); }
75 static inline void operator delete(void* p, const std::nothrow_t&) throw() { fastFree(p); }
76 static inline void* operator new[](size_t s, const std::nothrow_t&) throw() { return fastMalloc(s); }
77 static inline void operator delete[](void* p, const std::nothrow_t&) throw() { fastFree(p); }
  /external/chromium/base/allocator/
generic_allocators.cc 43 void* operator new(size_t size, const std::nothrow_t& nt) __THROW {
47 void* operator new[](size_t size, const std::nothrow_t& nt) __THROW {
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h 226 WTF_PRIVATE_INLINE void* operator new(size_t size, const std::nothrow_t&) throw() { return fastMalloc(size); }
228 WTF_PRIVATE_INLINE void operator delete(void* p, const std::nothrow_t&) throw() { fastFree(p); }
230 WTF_PRIVATE_INLINE void* operator new[](size_t size, const std::nothrow_t&) throw() { return fastMalloc(size); }
232 WTF_PRIVATE_INLINE void operator delete[](void* p, const std::nothrow_t&) throw() { fastFree(p); }
  /external/stlport/test/eh/
nc_alloc.cpp 212 void* _STLP_CALL operator new(size_t size, const EH_STD::nothrow_t&) throw() {
228 void* _STLP_CALL operator new[](size_t size, const EH_STD::nothrow_t&) throw() {
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 272 // operator new(unsigned, std::nothrow_t const&), GNU mangling
279 // operator new(unsigned long, std::nothrow_t const&), GNU mangling
285 // operator new(unsigned long, std::nothrow_t const&), ARM/cfront mangling
317 // operator new[](unsigned, std::nothrow_t const&), GNU mangling
323 // operator new[](unsigned long, std::nothrow_t const&), GNU mangling
329 // operator new [](unsigned long, std::nothrow_t const&), ARM/cfront mangling
398 // operator delete(void*, std::nothrow_t const&), GNU mangling
420 // operator delete[](void*, std::nothrow_t const&), GNU mangling
    [all...]
  /external/stlport/src/
dll_main.cpp 90 const nothrow_t nothrow /* = {} */;
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 90 const nothrow_t nothrow /* = {} */;
  /development/ndk/platforms/android-3/arch-arm/lib/
libstdc++.a 143 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1Aaeabi5TE .symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.text._ZdaPvRKSt9nothrow_t.ARM.extab.text._ZdaPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdaPvRKSt9nothrow_t.rel.text._ZdlPvRKSt9nothrow_t.ARM.extab.text._ZdlPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdlPvRKSt9nothrow_t.rel.text._ZdaPv.ARM.extab.text._ZdaPv.rel.ARM.exidx.text._ZdaPv.rel.text._ZdlPv.ARM.extab.text._ZdlPv.rel.ARM.exidx.text._ZdlPv.rel.text._ZnajRKSt9nothrow_t.ARM.extab.text._ZnajRKSt9nothrow_t.rel.ARM.exidx.text._ZnajRKSt9nothrow_t.rel.text._ZnwjRKSt9nothrow_t.ARM.extab.text._ZnwjRKSt9nothrow_t.rel.ARM.exidx.text._ZnwjRKSt9nothrow_t.rel.text._Znaj.ARM.extab.text._Znaj.rel.ARM.exidx.text._Znaj.rel.text._Znwj.ARM.extab.text._Znwj.rel.ARM.exidx.text._Znwj.rodata.rel.debug_frame.rel.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.ARM.attributes4!4'4,4>:H: T>N??J \@>?Z ?> y ?p?  ? ?> ?(? ?>?8p?8  ?>O@4 ?>EP`p?P\ ?>?Xw ?>?h?p?h? ?>?p ? ?>?|p?|?  > L? $  >"B?jp??"f  >%?? ? , >'???p??'? 4 >*?? ? D >,???p??,? L >/??? \ ?>2+?' ? @>4:??6 #>6Nn `J $#P>8]0? `h. qp@ Y ????1 ????         " "$%' ')*, ,./12468:;<  !&=RY` t{ "? '? ,?1new.cpp$t_ZdaPvRKSt9nothrow_tfree__aeabi_unwind_cpp_pr0_ZdlPvRKSt9nothrow_t_ZdaPv_ZdlPv_ZnajRKSt9nothrow_tmalloc_ZnwjRKSt9nothrow_t_Znaj_Znwj_ZSt7nothrow ...).6.M.S.Y.r.y..?.? ? ?+?+?.?.? ? ?+?+?..
  /development/ndk/platforms/android-9/arch-x86/lib/
libstdc++.a 192 operator deleteBoperator delete []moperator delete?operator new []?operator newoperator new []Roperator new?std::nothrowT%%%%%%%%%%%%%%%%_ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cppGNU C++ 4.4.3short unsigned intnothrow_Znaj_ZdlPvRKSt9nothrow_tlong unsigned intunsigned char_ZnajRKSt9nothrow_tunsigned intoperator deletelong long unsigned intoperator new_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intchar/opt/digit/repo/gingerbreadoperator delete []short intlong int_Znwj_ZdlPvsigned charoperator new []sizeGCC: (GNU) 4.4.3?$?zR| ? %AB? L?T?A?  @%AB? L?T?A?  d%AB? L?T?A?  ?%AB? L?T?A?  ?%AB? L?T?A?  ?%AB? L?T?A?  ?%AB? L?T?A?  %AB? L?T?A? .symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.text._ZdaPvRKSt9nothrow_t.rel.text._ZdlPvRKSt9nothrow_t.rel.text._ZdaPv.rel.text._ZdlPv.rel.text._ZnajRKSt9nothrow_t.rel.text._ZnwjRKSt9nothrow_t.rel.text._Znaj.rel.text._Znwj.rodata.rel.debug_loc.rel.debug_pubnames.rel.debug_aranges.rel.debug_ranges.debug_str.comment.text.__x86.get_pc_thunk.bx.note.GNU-stack.rel.eh_frame.group?4*<!<'<,<>Q?: (*N??J 0@*^?%Z p*
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libstdc++.a 143 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1Aaeabi5TE .symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.text._ZdaPvRKSt9nothrow_t.ARM.extab.text._ZdaPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdaPvRKSt9nothrow_t.rel.text._ZdlPvRKSt9nothrow_t.ARM.extab.text._ZdlPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdlPvRKSt9nothrow_t.rel.text._ZdaPv.ARM.extab.text._ZdaPv.rel.ARM.exidx.text._ZdaPv.rel.text._ZdlPv.ARM.extab.text._ZdlPv.rel.ARM.exidx.text._ZdlPv.rel.text._ZnajRKSt9nothrow_t.ARM.extab.text._ZnajRKSt9nothrow_t.rel.ARM.exidx.text._ZnajRKSt9nothrow_t.rel.text._ZnwjRKSt9nothrow_t.ARM.extab.text._ZnwjRKSt9nothrow_t.rel.ARM.exidx.text._ZnwjRKSt9nothrow_t.rel.text._Znaj.ARM.extab.text._Znaj.rel.ARM.exidx.text._Znaj.rel.text._Znwj.ARM.extab.text._Znwj.rel.ARM.exidx.text._Znwj.rodata.rel.debug_frame.rel.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.ARM.attributes4!4'4,4>:H: T>N??J \@>?Z ?> y ?p?  ? ?> ?(? ?>?8p?8  ?>O@4 ?>EP`p?P\ ?>?Xw ?>?h?p?h? ?>?p ? ?>?|p?|?  > L? $  >"B?jp??"f  >%?? ? , >'???p??'? 4 >*?? ? D >,???p??,? L >/??? \ ?>2+?' ? @>4:??6 #>6Nn `J $#P>8]0? `h. qp@ Y ????1 ????         " "$%' ')*, ,./12468:;<  !&=RY` t{ "? '? ,?1new.cpp$t_ZdaPvRKSt9nothrow_tfree__aeabi_unwind_cpp_pr0_ZdlPvRKSt9nothrow_t_ZdaPv_ZdlPv_ZnajRKSt9nothrow_tmalloc_ZnwjRKSt9nothrow_t_Znaj_Znwj_ZSt7nothrow ...).6.M.S.Y.r.y..?.? ? ?+?+?.?.? ? ?+?+?..
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libstdc++.a 143 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1Aaeabi5TE .symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.text._ZdaPvRKSt9nothrow_t.ARM.extab.text._ZdaPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdaPvRKSt9nothrow_t.rel.text._ZdlPvRKSt9nothrow_t.ARM.extab.text._ZdlPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdlPvRKSt9nothrow_t.rel.text._ZdaPv.ARM.extab.text._ZdaPv.rel.ARM.exidx.text._ZdaPv.rel.text._ZdlPv.ARM.extab.text._ZdlPv.rel.ARM.exidx.text._ZdlPv.rel.text._ZnajRKSt9nothrow_t.ARM.extab.text._ZnajRKSt9nothrow_t.rel.ARM.exidx.text._ZnajRKSt9nothrow_t.rel.text._ZnwjRKSt9nothrow_t.ARM.extab.text._ZnwjRKSt9nothrow_t.rel.ARM.exidx.text._ZnwjRKSt9nothrow_t.rel.text._Znaj.ARM.extab.text._Znaj.rel.ARM.exidx.text._Znaj.rel.text._Znwj.ARM.extab.text._Znwj.rel.ARM.exidx.text._Znwj.rodata.rel.debug_frame.rel.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.ARM.attributes4!4'4,4>:H: T>N??J \@>?Z ?> y ?p?  ? ?> ?(? ?>?8p?8  ?>O@4 ?>EP`p?P\ ?>?Xw ?>?h?p?h? ?>?p ? ?>?|p?|?  > L? $  >"B?jp??"f  >%?? ? , >'???p??'? 4 >*?? ? D >,???p??,? L >/??? \ ?>2+?' ? @>4:??6 #>6Nn `J $#P>8]0? `h. qp@ Y ????1 ????         " "$%' ')*, ,./12468:;<  !&=RY` t{ "? '? ,?1new.cpp$t_ZdaPvRKSt9nothrow_tfree__aeabi_unwind_cpp_pr0_ZdlPvRKSt9nothrow_t_ZdaPv_ZdlPv_ZnajRKSt9nothrow_tmalloc_ZnwjRKSt9nothrow_t_Znaj_Znwj_ZSt7nothrow ...).6.M.S.Y.r.y..?.? ? ?+?+?.?.? ? ?+?+?..
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libstdc++.a 143 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1Aaeabi5TE .symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.text._ZdaPvRKSt9nothrow_t.ARM.extab.text._ZdaPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdaPvRKSt9nothrow_t.rel.text._ZdlPvRKSt9nothrow_t.ARM.extab.text._ZdlPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdlPvRKSt9nothrow_t.rel.text._ZdaPv.ARM.extab.text._ZdaPv.rel.ARM.exidx.text._ZdaPv.rel.text._ZdlPv.ARM.extab.text._ZdlPv.rel.ARM.exidx.text._ZdlPv.rel.text._ZnajRKSt9nothrow_t.ARM.extab.text._ZnajRKSt9nothrow_t.rel.ARM.exidx.text._ZnajRKSt9nothrow_t.rel.text._ZnwjRKSt9nothrow_t.ARM.extab.text._ZnwjRKSt9nothrow_t.rel.ARM.exidx.text._ZnwjRKSt9nothrow_t.rel.text._Znaj.ARM.extab.text._Znaj.rel.ARM.exidx.text._Znaj.rel.text._Znwj.ARM.extab.text._Znwj.rel.ARM.exidx.text._Znwj.rodata.rel.debug_frame.rel.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.ARM.attributes4!4'4,4>:H: T>N??J \@>?Z ?> y ?p?  ? ?> ?(? ?>?8p?8  ?>O@4 ?>EP`p?P\ ?>?Xw ?>?h?p?h? ?>?p ? ?>?|p?|?  > L? $  >"B?jp??"f  >%?? ? , >'???p??'? 4 >*?? ? D >,???p??,? L >/??? \ ?>2+?' ? @>4:??6 #>6Nn `J $#P>8]0? `h. qp@ Y ????1 ????         " "$%' ')*, ,./12468:;<  !&=RY` t{ "? '? ,?1new.cpp$t_ZdaPvRKSt9nothrow_tfree__aeabi_unwind_cpp_pr0_ZdlPvRKSt9nothrow_t_ZdaPv_ZdlPv_ZnajRKSt9nothrow_tmalloc_ZnwjRKSt9nothrow_t_Znaj_Znwj_ZSt7nothrow ...).6.M.S.Y.r.y..?.? ? ?+?+?.?.? ? ?+?+?..
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/
libstdc++.a 144 operator delete []6operator deleteboperator new []?operator new?operator new []operator newJnothrows_ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cppnothrowsize_ZdlPvRKSt9nothrow_t/home/bjbeare/Android/wrs-eclair-b2e1.Feb17.sdk_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1?$?.symtab.strtab.shstrtab.rel.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rodata.rel.debug_frame.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.text.__i686.get_pc_thunk.bx.note.GNU-stack.group?4@s p?%?+?0?B?V> 0?RcN ( ^ujx?f 0? wl ?x ?? ??6
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libstdc++.a 143 L %?  7? ptr7?+ ?Q??g ?0?I? ptr0?t ?Q?  ?& ptr?? ?<?R ptr?P+?? $??+(O ?Q?C&?? b??&(? ?Q?P?? ??(?p?C? ?<?( p?R??? bionic/libstdc++/src/usr/local/google/home/digit/android/main/cupcake/android/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../lib/gcc/arm-eabi/4.2.1/includebionic/libstdc++/includenew.cppstddef.h<built-in>new60/0/0/00/00/0*0/%0/0303???(????????????(????????????(????????????(????????????????????????????????????????????????????? ????| B?BB?BB?BB?B B?B B?B B?B B?B]}} P P]}} P P]}} P P]}} P P]} }P]} }P]} }P]} }P?H}operator delete []?operator delete?operator delete []&operator deleteRoperator new []?operator new?operator new []operator new<nothrow\ _ZdaPvsize_t_ZdaPvRKSt9nothrow_tnothrow_tbionic/libstdc++/src/new.cpp/usr/local/google/home/digit/android/main/cupcake/androidnothrowsize_ZdlPvRKSt9nothrow_t_Znaj_ZnajRKSt9nothrow_tunsigned intoperator delete_ZSt7nothrow_ZnwjRKSt9nothrow_tlong long intoperator delete []_Znwjlong intGNU C++ 4.2.1_ZdlPvoperator newoperator new []GCC: (GNU) 4.2.1Aaeabi5TE .symtab.strtab.shstrtab.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.text._ZdaPvRKSt9nothrow_t.ARM.extab.text._ZdaPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdaPvRKSt9nothrow_t.rel.text._ZdlPvRKSt9nothrow_t.ARM.extab.text._ZdlPvRKSt9nothrow_t.rel.ARM.exidx.text._ZdlPvRKSt9nothrow_t.rel.text._ZdaPv.ARM.extab.text._ZdaPv.rel.ARM.exidx.text._ZdaPv.rel.text._ZdlPv.ARM.extab.text._ZdlPv.rel.ARM.exidx.text._ZdlPv.rel.text._ZnajRKSt9nothrow_t.ARM.extab.text._ZnajRKSt9nothrow_t.rel.ARM.exidx.text._ZnajRKSt9nothrow_t.rel.text._ZnwjRKSt9nothrow_t.ARM.extab.text._ZnwjRKSt9nothrow_t.rel.ARM.exidx.text._ZnwjRKSt9nothrow_t.rel.text._Znaj.ARM.extab.text._Znaj.rel.ARM.exidx.text._Znaj.rel.text._Znwj.ARM.extab.text._Znwj.rel.ARM.exidx.text._Znwj.rodata.rel.debug_frame.rel.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.ARM.attributes4!4'4,4>:H: T>N??J \@>?Z ?> y ?p?  ? ?> ?(? ?>?8p?8  ?>O@4 ?>EP`p?P\ ?>?Xw ?>?h?p?h? ?>?p ? ?>?|p?|?  > L? $  >"B?jp??"f  >%?? ? , >'???p??'? 4 >*?? ? D >,???p??,? L >/??? \ ?>2+?' ? @>4:??6 #>6Nn `J $#P>8]0? `h. qp@ Y ????1 ????         " "$%' ')*, ,./12468:;<  !&=RY` t{ "? '? ,?1new.cpp$t_ZdaPvRKSt9nothrow_tfree__aeabi_unwind_cpp_pr0_ZdlPvRKSt9nothrow_t_ZdaPv_ZdlPv_ZnajRKSt9nothrow_tmalloc_ZnwjRKSt9nothrow_t_Znaj_Znwj_ZSt7nothrow ...).6.M.S.Y.r.y..?.? ? ?+?+?.?.? ? ?+?+?..

Completed in 1157 milliseconds

12 3 4