OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__obj_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
debug_allocator.h
107
const std::size_t
__obj_size
= sizeof(value_type);
local
108
return (sizeof(size_type) +
__obj_size
- 1) /
__obj_size
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
debug_allocator.h
105
const std::size_t
__obj_size
= sizeof(value_type);
local
106
return (sizeof(size_type) +
__obj_size
- 1) /
__obj_size
;
Completed in 63 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026