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

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 56 __alloc_header * __real_p = (__alloc_header*)((char *)__p -(long)__extra_before); local
58 _STLP_VERBOSE_ASSERT(__real_p->__magic != __deleted_magic, _StlMsg_DBA_DELETED_TWICE)
59 _STLP_VERBOSE_ASSERT(__real_p->__magic == __magic, _StlMsg_DBA_NEVER_ALLOCATED)
60 _STLP_VERBOSE_ASSERT(__real_p->__type_size == 1,_StlMsg_DBA_TYPE_MISMATCH)
61 _STLP_VERBOSE_ASSERT(__real_p->_M_size == __n, _StlMsg_DBA_SIZE_MISMATCH)
64 for (__tmp = (unsigned char*)(__real_p + 1); __tmp < (unsigned char*)__p; ++__tmp) {
71 __tmp < ((unsigned char*)__real_p) + __real_n ; ++__tmp) {
76 __real_p->__magic = __deleted_magic;
78 __allocator_type::deallocate(__real_p, __real_n);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 56 __alloc_header * __real_p = (__alloc_header*)((char *)__p -(long)__extra_before); local
58 _STLP_VERBOSE_ASSERT(__real_p->__magic != __deleted_magic, _StlMsg_DBA_DELETED_TWICE)
59 _STLP_VERBOSE_ASSERT(__real_p->__magic == __magic, _StlMsg_DBA_NEVER_ALLOCATED)
60 _STLP_VERBOSE_ASSERT(__real_p->__type_size == 1,_StlMsg_DBA_TYPE_MISMATCH)
61 _STLP_VERBOSE_ASSERT(__real_p->_M_size == __n, _StlMsg_DBA_SIZE_MISMATCH)
64 for (__tmp = (unsigned char*)(__real_p + 1); __tmp < (unsigned char*)__p; ++__tmp) {
71 __tmp < ((unsigned char*)__real_p) + __real_n ; ++__tmp) {
76 __real_p->__magic = __deleted_magic;
78 __allocator_type::deallocate(__real_p, __real_n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 110 pointer __real_p = __p - _M_extra; local
111 if (*reinterpret_cast<size_type*>(__real_p) != __n)
116 _M_allocator.deallocate(__real_p, __n + _M_extra);
bitmap_allocator.h 922 _Alloc_block* __real_p = reinterpret_cast<_Alloc_block*>(__p); local
932 __detail::_Inclusive_between<_Alloc_block*> __ibt(__real_p);
940 __displacement = __real_p - _S_mem_blocks[__diff].first;
949 __displacement = __real_p - _S_mem_blocks[__diff].first;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 110 pointer __real_p = __p - _M_extra; local
111 if (*reinterpret_cast<size_type*>(__real_p) != __n)
116 _M_allocator.deallocate(__real_p, __n + _M_extra);
bitmap_allocator.h 922 _Alloc_block* __real_p = reinterpret_cast<_Alloc_block*>(__p); local
932 __detail::_Inclusive_between<_Alloc_block*> __ibt(__real_p);
940 __displacement = __real_p - _S_mem_blocks[__diff].first;
949 __displacement = __real_p - _S_mem_blocks[__diff].first;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
debug_allocator.h 110 pointer __real_p = __p - _M_extra; local
111 if (*reinterpret_cast<size_type*>(__real_p) != __n)
116 _M_allocator.deallocate(__real_p, __n + _M_extra);
bitmap_allocator.h 922 _Alloc_block* __real_p = reinterpret_cast<_Alloc_block*>(__p); local
932 __detail::_Inclusive_between<_Alloc_block*> __ibt(__real_p);
940 __displacement = __real_p - _S_mem_blocks[__diff].first;
949 __displacement = __real_p - _S_mem_blocks[__diff].first;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
debug_allocator.h 145 pointer __real_p = __p - _M_extra; local
146 if (*reinterpret_cast<size_type*>(__real_p) != __n)
148 _M_allocator.deallocate(__real_p, __n + _M_extra);
bitmap_allocator.h 922 _Alloc_block* __real_p = reinterpret_cast<_Alloc_block*>(__p); local
932 __detail::_Inclusive_between<_Alloc_block*> __ibt(__real_p);
940 __displacement = __real_p - _S_mem_blocks[__diff].first;
949 __displacement = __real_p - _S_mem_blocks[__diff].first;

Completed in 831 milliseconds