Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
template <class T>
47
static inline T Align(T t) noexcept {
48
return AlignUp(t);
49
}
Callers
4
Malloc
Function · 0.50
posix_memalign
Function · 0.50
SysAlloc
Function · 0.50
balloc.h
File · 0.50
Calls
1
AlignUp
Function · 0.70
Tested by
no test coverage detected