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

Function AlignedLoadArray

library/cpp/regex/pire/pire/align.h:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 template<class T>
75 inline void AlignedLoadArray(yistream* s, T* array, size_t count)
76 {
77 LoadPodArray(s, array, count);
78 AlignLoad(s, sizeof(*array) * count);
79 }
80
81 template<class T>
82 inline bool IsAligned(T t, size_t bound)

Callers 2

LoadMethod · 0.85
LoadScannerMethod · 0.85

Calls 2

LoadPodArrayFunction · 0.85
AlignLoadFunction · 0.85

Tested by

no test coverage detected