Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dallocator.d91 if (_Bytes >= _Big_allocation_threshold) in allocator()
101 if (_Bytes >= _Big_allocation_threshold) in allocator()
126 if (_Bytes >= _Big_allocation_threshold) in allocator()
139 if (_Bytes >= _Big_allocation_threshold) in allocator()
300 enum size_t _Big_allocation_threshold = 4096; in version() local