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

Method SetSize

library/cpp/lfalloc/lf_allocX64.h:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 }
408
409 void SetSize(size_t bytes, size_t pages) {
410 Pages = pages;
411 Bytes = bytes;
412 }
413
414 void Mark(ELarge state) {
415 const ui64 marks[] = {

Callers 1

LargeBlockAllocFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected