MCPcopy Create free account
hub / github.com/catboost/catboost / SetSequential

Method SetSequential

util/system/filemap.cpp:289–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287#endif
288
289 void SetSequential() {
290#if defined(_unix_)
291 if (!(Mode_ & oNotGreedy) && Length_) {
292 MadviseSequentialAccess(PtrStart_, Length_);
293 }
294#endif
295 }
296
297 void Evict(void* ptr, size_t len) {
298 MadviseEvict(ptr, len);

Callers

nothing calls this directly

Calls 1

MadviseSequentialAccessFunction · 0.85

Tested by

no test coverage detected