Home
last modified time | relevance | path

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

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