OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_last_dealloc_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
bitmap_allocator.h
801
static typename _BPVector::size_type
_S_last_dealloc_index
;
927
_GLIBCXX_DEBUG_ASSERT(
_S_last_dealloc_index
>= 0);
930
if (__ibt(_S_mem_blocks[
_S_last_dealloc_index
]))
932
_GLIBCXX_DEBUG_ASSERT(
_S_last_dealloc_index
936
__diff =
_S_last_dealloc_index
;
947
_S_last_dealloc_index
= __diff;
990
if (
_S_last_dealloc_index
>= _S_mem_blocks.size())
992
_S_last_dealloc_index
=(__diff != -1 ? __diff : 0);
993
_GLIBCXX_DEBUG_ASSERT(
_S_last_dealloc_index
>= 0);
1119
bitmap_allocator<_Tp>::
_S_last_dealloc_index
= 0
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
bitmap_allocator.h
803
static typename _BPVector::size_type
_S_last_dealloc_index
;
929
_GLIBCXX_DEBUG_ASSERT(
_S_last_dealloc_index
>= 0);
932
if (__ibt(_S_mem_blocks[
_S_last_dealloc_index
]))
934
_GLIBCXX_DEBUG_ASSERT(
_S_last_dealloc_index
938
__diff =
_S_last_dealloc_index
;
949
_S_last_dealloc_index
= __diff;
992
if (
_S_last_dealloc_index
>= _S_mem_blocks.size())
994
_S_last_dealloc_index
=(__diff != -1 ? __diff : 0);
995
_GLIBCXX_DEBUG_ASSERT(
_S_last_dealloc_index
>= 0);
1121
bitmap_allocator<_Tp>::
_S_last_dealloc_index
= 0
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026