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

Function Align

util/system/align.h:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46template <class T>
47static inline T Align(T t) noexcept {
48 return AlignUp(t);
49}

Callers 4

MallocFunction · 0.50
posix_memalignFunction · 0.50
SysAllocFunction · 0.50
balloc.hFile · 0.50

Calls 1

AlignUpFunction · 0.70

Tested by

no test coverage detected