Home
last modified time | relevance | path

Searched refs:__real_p (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Ddebug_allocator.h111 pointer __real_p = __p - _M_extra; in _GLIBCXX_VISIBILITY() local
112 if (*reinterpret_cast<size_type*>(__real_p) != __n) in _GLIBCXX_VISIBILITY()
117 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
Dbitmap_allocator.h917 _Alloc_block* __real_p = reinterpret_cast<_Alloc_block*>(__p); in _GLIBCXX_VISIBILITY()
927 __detail::_Inclusive_between<_Alloc_block*> __ibt(__real_p); in _GLIBCXX_VISIBILITY()
935 __displacement = __real_p - _S_mem_blocks[__diff].first; in _GLIBCXX_VISIBILITY()
944 __displacement = __real_p - _S_mem_blocks[__diff].first; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Ddebug_allocator.h145 pointer __real_p = __p - _M_extra; in _GLIBCXX_VISIBILITY()
146 if (*reinterpret_cast<size_type*>(__real_p) != __n) in _GLIBCXX_VISIBILITY()
148 _M_allocator.deallocate(__real_p, __n + _M_extra); in _GLIBCXX_VISIBILITY()
Dbitmap_allocator.h919 _Alloc_block* __real_p = reinterpret_cast<_Alloc_block*>(__p); in _GLIBCXX_VISIBILITY()
929 __detail::_Inclusive_between<_Alloc_block*> __ibt(__real_p); in _GLIBCXX_VISIBILITY()
937 __displacement = __real_p - _S_mem_blocks[__diff].first; in _GLIBCXX_VISIBILITY()
946 __displacement = __real_p - _S_mem_blocks[__diff].first; in _GLIBCXX_VISIBILITY()