Searched refs:__real_p (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Ddebug_allocator.h113 pointer __real_p = __p - _M_extra; local
114 if (*reinterpret_cast<size_type*>(__real_p) != __n)
119 _M_allocator.deallocate(__real_p, __n + _M_extra);
H A Dbitmap_allocator.h949 _Alloc_block* __real_p = reinterpret_cast<_Alloc_block*>(__p); local
961 (__real_p) (_S_mem_blocks[_S_last_dealloc_index]))
968 __displacement = __real_p - _S_mem_blocks[__diff].first;
976 _Inclusive_between<_Alloc_block*>(__real_p));
981 __displacement = __real_p - _S_mem_blocks[__diff].first;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_alloc.h281 char* __real_p = (char*)__p - (int) _S_extra; local
282 if (*(size_t*)__real_p != __n)
284 _Alloc::deallocate(__real_p, __n + (int) _S_extra);
290 char* __real_p = (char*)__p - (int) _S_extra; local
291 if (*(size_t*)__real_p != __old_sz)
293 char* __result = (char*) _Alloc::reallocate(__real_p,

Completed in 114 milliseconds