OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__real_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
debug_allocator.h
144
pointer
__real_p
= __p - _M_extra;
local
145
if (*reinterpret_cast<size_type*>(
__real_p
) != __n)
147
_M_allocator.deallocate(
__real_p
, __n + _M_extra);
bitmap_allocator.h
919
_Alloc_block*
__real_p
= reinterpret_cast<_Alloc_block*>(__p);
local
929
__detail::_Inclusive_between<_Alloc_block*> __ibt(
__real_p
);
937
__displacement =
__real_p
- _S_mem_blocks[__diff].first;
946
__displacement =
__real_p
- _S_mem_blocks[__diff].first;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
debug_allocator.h
146
pointer
__real_p
= __p - _M_extra;
local
147
if (*reinterpret_cast<size_type*>(
__real_p
) != __n)
149
_M_allocator.deallocate(
__real_p
, __n + _M_extra);
bitmap_allocator.h
921
_Alloc_block*
__real_p
= reinterpret_cast<_Alloc_block*>(__p);
local
931
__detail::_Inclusive_between<_Alloc_block*> __ibt(
__real_p
);
939
__displacement =
__real_p
- _S_mem_blocks[__diff].first;
948
__displacement =
__real_p
- _S_mem_blocks[__diff].first;
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026