OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__pagesize
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
rc_string_base.h
401
//
__pagesize
need not match the actual VM page size for good
410
const size_type
__pagesize
= 4096;
local
433
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
435
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
rc_string_base.h
399
//
__pagesize
need not match the actual VM page size for good
408
const size_type
__pagesize
= 4096;
local
431
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
433
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
cow_string.h
3597
//
__pagesize
need not match the actual VM page size for good
3606
const size_type
__pagesize
= 4096;
local
3624
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
3626
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
cow_string.h
3507
//
__pagesize
need not match the actual VM page size for good
3516
const size_type
__pagesize
= 4096;
local
3534
if (__adj_size >
__pagesize
&& __capacity > __old_capacity)
3536
const size_type __extra =
__pagesize
- __adj_size %
__pagesize
;
Completed in 37 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026