Home
last modified time | relevance | path

Searched refs:__malloc_header_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h409 const size_type __malloc_header_size = 4 * sizeof(void*); in _GLIBCXX_VISIBILITY() local
430 const size_type __adj_size = __size + __malloc_header_size; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h409 const size_type __malloc_header_size = 4 * sizeof(void*); in _GLIBCXX_VISIBILITY() local
430 const size_type __adj_size = __size + __malloc_header_size; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc1023 const size_type __malloc_header_size = 4 * sizeof(void*);
1039 const size_type __adj_size = __size + __malloc_header_size;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h3510 const size_type __malloc_header_size = 4 * sizeof(void*); in _GLIBCXX_VISIBILITY() local
3526 const size_type __adj_size = __size + __malloc_header_size; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1228 enum __malloc_header_size = 4 * pointer.sizeof; in version() local
1235 const size_type __adj_size = __size + __malloc_header_size; in version()