OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__options
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
mt_allocator.cc
139
const _Tune&
__options
= _M_get_options();
local
140
const size_t __bin_size = (
__options
._M_min_bin << __which)
141
+
__options
._M_align;
142
size_t __block_count =
__options
._M_chunk_size - sizeof(_Block_address);
146
void* __v = ::operator new(
__options
._M_chunk_size);
168
return reinterpret_cast<char*>(__block) +
__options
._M_align;
282
const _Tune&
__options
= _M_get_options();
local
284
*
__options
._M_freelist_headroom);
287
__remove *=
__options
._M_freelist_headroom;
290
const size_t __max_threads =
__options
._M_max_threads + 1
356
const _Tune&
__options
= _M_get_options();
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
mt_allocator.cc
139
const _Tune&
__options
= _M_get_options();
local
140
const size_t __bin_size = (
__options
._M_min_bin << __which)
141
+
__options
._M_align;
142
size_t __block_count =
__options
._M_chunk_size - sizeof(_Block_address);
146
void* __v = ::operator new(
__options
._M_chunk_size);
168
return reinterpret_cast<char*>(__block) +
__options
._M_align;
282
const _Tune&
__options
= _M_get_options();
local
284
*
__options
._M_freelist_headroom);
287
__remove *=
__options
._M_freelist_headroom;
290
const size_t __max_threads =
__options
._M_max_threads + 1
356
const _Tune&
__options
= _M_get_options();
local
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026