OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__allocator_base
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/allocator/
malloc_allocator_base.h
48
using
__allocator_base
= __gnu_cxx::malloc_allocator<_Tp>;
52
# define
__allocator_base
__gnu_cxx::malloc_allocator
new_allocator_base.h
47
using
__allocator_base
= __new_allocator<_Tp>;
51
# define
__allocator_base
__new_allocator
/src/external/gpl3/gcc/dist/libstdc++-v3/config/allocator/
malloc_allocator_base.h
48
using
__allocator_base
= __gnu_cxx::malloc_allocator<_Tp>;
52
# define
__allocator_base
__gnu_cxx::malloc_allocator
new_allocator_base.h
47
using
__allocator_base
= __new_allocator<_Tp>;
51
# define
__allocator_base
__new_allocator
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h
128
class allocator : public
__allocator_base
<_Tp>
166
:
__allocator_base
<_Tp>(__a) { }
function in class:allocator
196
return
__allocator_base
<_Tp>::allocate(__n, 0);
208
__allocator_base
<_Tp>::deallocate(__p, __n);
290
#undef
__allocator_base
macro
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
allocator.h
129
class allocator : public
__allocator_base
<_Tp>
165
:
__allocator_base
<_Tp>(__a) { }
function in class:allocator
193
return
__allocator_base
<_Tp>::allocate(__n, 0);
205
__allocator_base
<_Tp>::deallocate(__p, __n);
282
#undef
__allocator_base
macro
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026