HomeSort by relevance Sort by last modified time
    Searched defs:__del (Results 1 - 8 of 8) sorted by null

  /hardware/ti/omap4xxx/
heaptracker.c 173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) function
204 __del(hdr, &first, &last);
299 __del(hdr, first, last);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 1024 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 1024 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1026 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1031 __traits::construct(__del._M_alloc, _M_ptr,
1036 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1039 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1015 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1020 __traits::construct(__del._M_alloc, _M_ptr,
1025 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1028 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
    [all...]

Completed in 248 milliseconds