Home
last modified time | relevance | path

Searched defs:_Tune (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h58 struct _Tune in _GLIBCXX_VISIBILITY() struct
61 enum { _S_align = 8 }; in _GLIBCXX_VISIBILITY()
62 enum { _S_max_bytes = 128 }; in _GLIBCXX_VISIBILITY()
63 enum { _S_min_bin = 8 }; in _GLIBCXX_VISIBILITY()
64 enum { _S_chunk_size = 4096 - 4 * sizeof(void*) }; in _GLIBCXX_VISIBILITY()
65 enum { _S_max_threads = 4096 }; in _GLIBCXX_VISIBILITY()
66 enum { _S_freelist_headroom = 10 }; in _GLIBCXX_VISIBILITY()
71 size_t _M_align; in _GLIBCXX_VISIBILITY()
78 size_t _M_max_bytes; in _GLIBCXX_VISIBILITY()
83 size_t _M_min_bin; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h58 struct _Tune in _GLIBCXX_VISIBILITY() struct
61 enum { _S_align = 8 }; in _GLIBCXX_VISIBILITY()
62 enum { _S_max_bytes = 128 }; in _GLIBCXX_VISIBILITY()
63 enum { _S_min_bin = 8 }; in _GLIBCXX_VISIBILITY()
64 enum { _S_chunk_size = 4096 - 4 * sizeof(void*) }; in _GLIBCXX_VISIBILITY()
65 enum { _S_max_threads = 4096 }; in _GLIBCXX_VISIBILITY()
66 enum { _S_freelist_headroom = 10 }; in _GLIBCXX_VISIBILITY()
71 size_t _M_align; in _GLIBCXX_VISIBILITY()
78 size_t _M_max_bytes; in _GLIBCXX_VISIBILITY()
83 size_t _M_min_bin; in _GLIBCXX_VISIBILITY()
[all …]